Add golangci-lint to Go build step

This commit is contained in:
Deluan 2020-04-26 13:12:59 -04:00 committed by Deluan Quintão
parent ddeefad501
commit f3097496c6
2 changed files with 26 additions and 1 deletions

11
.golangci.yml Normal file
View file

@ -0,0 +1,11 @@
linters:
enable:
- goimports
- unconvert
- gosec
issues:
exclude-rules:
- linters:
- gosec
text: "(G501|G401):"