mirror of https://github.com/caddyserver/caddy.git
chore: remove deprecated linters (#5525)
This commit is contained in:
parent
0de6064c3b
commit
bef1a739db
|
@ -7,7 +7,6 @@ linters:
|
|||
disable-all: true
|
||||
enable:
|
||||
- bodyclose
|
||||
- deadcode
|
||||
- errcheck
|
||||
- gofmt
|
||||
- goimports
|
||||
|
@ -18,11 +17,9 @@ linters:
|
|||
- misspell
|
||||
- prealloc
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unused
|
||||
- varcheck
|
||||
# these are implicitly disabled:
|
||||
# - asciicheck
|
||||
# - depguard
|
||||
|
|
Loading…
Reference in New Issue