Let rights methods return errors (#64)
This commit is contained in:
parent
11e7c071ce
commit
47352d3ed4
44 changed files with 282 additions and 220 deletions
2
Makefile
2
Makefile
|
|
@ -202,7 +202,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 16 $$S || exit 1; done;
|
||||
for S in $(GOFILES); do gocyclo -over 17 $$S || exit 1; done;
|
||||
|
||||
.PHONY: static-check
|
||||
static-check:
|
||||
|
|
|
|||
Reference in a new issue