Add task identifier (#115)
This commit is contained in:
parent
1a47d7d80d
commit
720df3cbed
18 changed files with 811 additions and 217 deletions
2
Makefile
2
Makefile
|
|
@ -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 23 $$S || exit 1; done;
|
||||
for S in $(GOFILES); do gocyclo -over 24 $$S || exit 1; done;
|
||||
|
||||
.PHONY: static-check
|
||||
static-check:
|
||||
|
|
|
|||
Reference in a new issue