2021-11-14 20:01:54 +00:00
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- asciicheck
|
|
|
|
- bodyclose
|
2021-11-16 20:07:53 +00:00
|
|
|
- deadcode
|
2021-11-14 20:01:54 +00:00
|
|
|
- depguard
|
|
|
|
- dogsled
|
|
|
|
- durationcheck
|
|
|
|
- errcheck
|
2021-11-16 20:07:53 +00:00
|
|
|
- errorlint
|
2021-11-14 20:01:54 +00:00
|
|
|
- exportloopref
|
2021-11-16 20:07:53 +00:00
|
|
|
- gci
|
2021-11-14 20:01:54 +00:00
|
|
|
- gofmt
|
|
|
|
- gofumpt
|
|
|
|
- goimports
|
|
|
|
- gosec
|
2021-11-16 20:07:53 +00:00
|
|
|
- gosimple
|
2021-11-14 20:01:54 +00:00
|
|
|
- govet
|
|
|
|
- importas
|
2021-11-16 20:07:53 +00:00
|
|
|
- ineffassign
|
2021-11-14 20:01:54 +00:00
|
|
|
- megacheck
|
|
|
|
- misspell
|
|
|
|
- nakedret
|
|
|
|
- nolintlint
|
|
|
|
- revive
|
2021-11-16 20:07:53 +00:00
|
|
|
- staticcheck
|
|
|
|
- structcheck
|
|
|
|
- typecheck
|
2021-11-14 20:01:54 +00:00
|
|
|
- unconvert
|
|
|
|
- unparam
|
2021-11-16 20:07:53 +00:00
|
|
|
- unused
|
|
|
|
- varcheck
|
|
|
|
- wastedassign
|