1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-24 05:26:55 +02:00

Add gosec to .golangci.yml

This commit is contained in:
Nick Meves 2020-07-20 19:06:21 -07:00
parent ad52587ae6
commit 542bf1fad1
No known key found for this signature in database
GPG Key ID: 93BA8A3CEDCDD1CF

View File

@ -9,6 +9,7 @@ linters:
- deadcode
- gofmt
- goimports
- gosec
- gosimple
- staticcheck
- structcheck