mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
An other batch of linters
This commit is contained in:
parent
26188e6d8a
commit
dbf9c8be7d
1 changed files with 12 additions and 0 deletions
|
@ -1,13 +1,25 @@
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- bodyclose
|
- bodyclose
|
||||||
|
- deadcode
|
||||||
|
- dogsled
|
||||||
|
- errcheck
|
||||||
|
- gocyclo
|
||||||
- goimports
|
- goimports
|
||||||
- goprintffuncname
|
- goprintffuncname
|
||||||
- gosec
|
- gosec
|
||||||
|
- gosimple
|
||||||
|
- govet
|
||||||
|
- ineffassign
|
||||||
- interfacer
|
- interfacer
|
||||||
- misspell
|
- misspell
|
||||||
- rowserrcheck
|
- rowserrcheck
|
||||||
|
- staticcheck
|
||||||
|
- structcheck
|
||||||
|
- typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
|
- unused
|
||||||
|
- varcheck
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue