Add gosec to .golangci.yml
This commit is contained in:
parent
ad52587ae6
commit
542bf1fad1
|
|
@ -9,6 +9,7 @@ linters:
|
|||
- deadcode
|
||||
- gofmt
|
||||
- goimports
|
||||
- gosec
|
||||
- gosimple
|
||||
- staticcheck
|
||||
- structcheck
|
||||
|
|
|
|||
Loading…
Reference in New Issue