build: remove deprecated linters
This commit is contained in:
parent
1adfaa6448
commit
f1ac16640f
|
|
@ -6,7 +6,6 @@ run:
|
|||
linters:
|
||||
enable:
|
||||
- asciicheck
|
||||
- deadcode
|
||||
- exportloopref
|
||||
- godot
|
||||
- gofmt
|
||||
|
|
@ -22,12 +21,10 @@ linters:
|
|||
- nolintlint
|
||||
- sqlclosecheck
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- stylecheck
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unused
|
||||
- varcheck
|
||||
- whitespace
|
||||
disable:
|
||||
- goerr113
|
||||
|
|
|
|||
Loading…
Reference in New Issue