mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Enable a couple of linters
This commit is contained in:
parent
d6c70554b3
commit
26188e6d8a
3 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,14 @@
|
|||
linters:
|
||||
enable:
|
||||
- bodyclose
|
||||
- goimports
|
||||
- unconvert
|
||||
- goprintffuncname
|
||||
- gosec
|
||||
- interfacer
|
||||
- misspell
|
||||
- rowserrcheck
|
||||
- unconvert
|
||||
- whitespace
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue