Duplicate Lists #603

Merged
konrad merged 20 commits from feature/duplicate-lists into master 2020-06-30 20:53:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 68aa26adad - Show all commits

View File

@ -219,7 +219,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 33 $$S || exit 1; done;
for S in $(GOFILES); do gocyclo -over 47 $$S || exit 1; done;
.PHONY: static-check
static-check: