mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05: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:
|
run:
|
||||||
go: '1.19'
|
go: "1.19"
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- bodyclose
|
- bodyclose
|
||||||
- deadcode
|
|
||||||
- depguard
|
- depguard
|
||||||
- dogsled
|
- dogsled
|
||||||
- errcheck
|
- errcheck
|
||||||
|
@ -17,11 +16,9 @@ linters:
|
||||||
- misspell
|
- misspell
|
||||||
- rowserrcheck
|
- rowserrcheck
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- structcheck
|
|
||||||
- typecheck
|
- typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
- unused
|
- unused
|
||||||
- varcheck
|
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue