simplify linter settings

This commit is contained in:
aler9
2020-12-06 12:22:00 +01:00
parent 19440f2486
commit 769e1a7e1a
3 changed files with 9 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
linters:
disable:
- errcheck
enable:
- gofmt
- golint
- misspell