mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
remove deprecated linters (#1898)
This commit is contained in:
parent
5965459bb9
commit
16865f0fca
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
run:
|
||||
go: '1.19'
|
||||
go: "1.19"
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- bodyclose
|
||||
- deadcode
|
||||
- depguard
|
||||
- dogsled
|
||||
- errcheck
|
||||
|
@ -17,11 +16,9 @@ linters:
|
|||
- misspell
|
||||
- rowserrcheck
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unused
|
||||
- varcheck
|
||||
- whitespace
|
||||
|
||||
issues:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue