Add gosec

This commit is contained in:
Alexander Melentyev 2021-09-26 13:38:35 +03:00
parent e052bf31aa
commit 37027a68c8

View File

@ -12,6 +12,7 @@ linters:
- gci
- gofmt
- goimports
- gosec
- misspell
- nakedret
- nilerr
@ -33,3 +34,6 @@ issues:
- linters:
- revive
text: "exported:"
- path: (_test\.go)
linters:
- gosec # security is not make sense in tests