2021-05-10 09:08:04 +01:00
|
|
|
linters:
|
|
|
|
enable:
|
2021-05-31 09:44:12 +01:00
|
|
|
- asciicheck
|
|
|
|
- bodyclose
|
2021-06-18 12:47:05 +01:00
|
|
|
- deadcode
|
2021-05-31 09:44:12 +01:00
|
|
|
- depguard
|
|
|
|
- dogsled
|
|
|
|
- durationcheck
|
|
|
|
- errcheck
|
2021-09-13 08:40:10 +01:00
|
|
|
- errorlint
|
2021-05-31 09:44:12 +01:00
|
|
|
- exportloopref
|
2021-09-13 08:40:10 +01:00
|
|
|
- gci
|
2021-05-10 09:08:04 +01:00
|
|
|
- gofmt
|
2021-05-31 09:44:12 +01:00
|
|
|
- gofumpt
|
|
|
|
- goimports
|
2021-05-10 09:08:04 +01:00
|
|
|
- gosec
|
2021-06-18 12:47:05 +01:00
|
|
|
- gosimple
|
2021-05-31 09:44:12 +01:00
|
|
|
- govet
|
|
|
|
- importas
|
2021-06-18 12:47:05 +01:00
|
|
|
- ineffassign
|
2021-05-31 09:44:12 +01:00
|
|
|
- megacheck
|
|
|
|
- misspell
|
2021-05-10 09:08:04 +01:00
|
|
|
- nakedret
|
2021-05-31 09:44:12 +01:00
|
|
|
- nolintlint
|
|
|
|
- revive
|
2021-06-18 12:47:05 +01:00
|
|
|
- staticcheck
|
|
|
|
- structcheck
|
|
|
|
- typecheck
|
2021-05-31 09:44:12 +01:00
|
|
|
- unconvert
|
|
|
|
- unparam
|
2021-06-18 12:47:05 +01:00
|
|
|
- unused
|
|
|
|
- varcheck
|
|
|
|
- wastedassign
|