update golangci-lint

This commit is contained in:
aler9 2022-03-09 09:43:17 +01:00
parent 4b0b78096a
commit a71f0fe97f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
linters:
enable:
- asciicheck
- bodyclose
- dupl
- exportloopref
@ -11,8 +12,10 @@ linters:
- misspell
- lll
- prealloc
- predeclared
- revive
- unconvert
- wastedassign
- whitespace
disable:
- errcheck