1
0

Make sure lists which would have a duplicate identifier can still be duplicated

+ debug logging for duplicating lists
This commit is contained in:
kolaente
2020-07-17 13:26:49 +02:00
parent 7207aa60fb
commit 2d567bfe0f
2 changed files with 40 additions and 2 deletions

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