lint: enable some more linters

This commit is contained in:
Michael McLoughlin
2018-12-31 11:01:50 -08:00
parent c62e40f8d2
commit c79a926930
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
linters:
enable-all: false
enable:
- gosimple
- misspell
- gocyclo
- gofmt
- structcheck
- varcheck
- ineffassign