mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
14 lines
151 B
YAML
14 lines
151 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- megacheck
|
||
|
- govet
|
||
|
- unparam
|
||
|
- unconvert
|
||
|
- misspell
|
||
|
- gofmt
|
||
|
- golint
|
||
|
- gosec
|
||
|
- nakedret
|
||
|
- dogsled
|
||
|
- depguard
|