fix: remove unexisting golangci-lint checker from migration to v2
This commit is contained in:
parent
f42dce9147
commit
e6daab182c
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ linters:
|
||||||
- nakedret
|
- nakedret
|
||||||
- revive
|
- revive
|
||||||
- staticcheck # Now includes gosimple and stylecheck
|
- staticcheck # Now includes gosimple and stylecheck
|
||||||
- typecheck
|
|
||||||
- unconvert
|
- unconvert
|
||||||
- unused
|
- unused
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
Reference in a new issue