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