Makefile: fix linter

This commit is contained in:
Zach Ramsay 2017-10-18 14:21:16 -04:00
parent 9883013adf
commit f67e43625b
1 changed files with 8 additions and 8 deletions

View File

@ -70,13 +70,13 @@ metalinter_test: tools
--enable=vetshadow \
./...
#--enable=dupl \
#--enable=errcheck \
#--enable=gocyclo \
#--enable=golint \ <== comments on anything exported
#--enable=gotype \
#--enable=interfacer \
#--enable=unparam \
#--enable=vet \
#--enable=dupl \
#--enable=errcheck \
#--enable=gocyclo \
#--enable=golint \ <== comments on anything exported
#--enable=gotype \
#--enable=interfacer \
#--enable=unparam \
#--enable=vet \
.PHONY: all build test fmt get_deps tools