Remove deprecated linters

This commit is contained in:
katexochen 2022-09-12 16:06:35 +02:00 committed by Paul Meyer
parent c45c2332bc
commit 90542ae8f9

View File

@ -10,21 +10,17 @@ output:
linters:
enable:
# Default linters
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# Additional linters
- bodyclose
- errname
- exportloopref
- ifshort
- godot
- gofmt
- gofumpt