linter: couple fixes

This commit is contained in:
Zach Ramsay
2017-10-03 17:23:14 -04:00
parent 2681f32bdd
commit cf49ba876f
5 changed files with 18 additions and 27 deletions
+2 -2
View File
@@ -31,9 +31,7 @@ metalinter_test: ensure_tools
--enable=deadcode \
--enable=gas \
--enable=goconst \
--enable=goimports \
--enable=gosimple \
--enable=gotype \
--enable=ineffassign \
--enable=interfacer \
--enable=megacheck \
@@ -52,5 +50,7 @@ metalinter_test: ensure_tools
#--enable=dupl \
#--enable=errcheck \
#--enable=gocyclo \
#--enable=goimports \
#--enable=golint \ <== comments on anything exported
#--enable=gotype \
#--enable=unparam \