Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1f21d6633c - Show all commits

View File

@ -214,7 +214,7 @@ gocyclo-check:
go get -u github.com/fzipp/gocyclo; \
go install $(GOFLAGS) github.com/fzipp/gocyclo; \
fi
for S in $(GOFILES); do gocyclo -over 19 $$S || exit 1; done;
for S in $(GOFILES); do gocyclo -over 23 $$S || exit 1; done;
.PHONY: static-check
static-check: