golangci: enable additional checks

This commit is contained in:
Will Norris 2020-09-09 23:28:59 -07:00
parent 7e21abe7d1
commit 84ae42bcde
5 changed files with 7 additions and 6 deletions

6
.golangci.yml Normal file
View file

@ -0,0 +1,6 @@
linters:
enable:
- goimports
- stylecheck
- misspell
- whitespace