mirror of
https://github.com/gotify/server.git
synced 2026-06-06 12:40:06 +08:00
build: remove deprecated linters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user