mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03: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