mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
23 lines
No EOL
299 B
YAML
23 lines
No EOL
299 B
YAML
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bodyclose
|
|
- depguard
|
|
- dogsled
|
|
- durationcheck
|
|
- errcheck
|
|
- exportloopref
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gosec
|
|
- govet
|
|
- importas
|
|
- megacheck
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- revive
|
|
- unconvert
|
|
- unparam
|
|
- wastedassign |