Add golangci-lint to Go build step
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
linters:
|
||||
enable:
|
||||
- goimports
|
||||
- unconvert
|
||||
- gosec
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- linters:
|
||||
- gosec
|
||||
text: "(G501|G401):"
|
||||
Reference in New Issue
Block a user