mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Add golangci-lint to Go build step
This commit is contained in:
parent
ddeefad501
commit
f3097496c6
2 changed files with 26 additions and 1 deletions
11
.golangci.yml
Normal file
11
.golangci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
linters:
|
||||
enable:
|
||||
- goimports
|
||||
- unconvert
|
||||
- gosec
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- linters:
|
||||
- gosec
|
||||
text: "(G501|G401):"
|
Loading…
Add table
Add a link
Reference in a new issue