2022-03-26 18:44:47 -08:00
|
|
|
run:
|
2022-09-30 14:11:44 -08:00
|
|
|
go: "1.19"
|
2022-03-26 18:44:47 -08:00
|
|
|
|
2020-04-26 09:12:59 -08:00
|
|
|
linters:
|
|
|
|
|
enable:
|
2022-09-30 15:55:44 -08:00
|
|
|
- asasalint
|
2022-09-30 16:17:59 -08:00
|
|
|
- asciicheck
|
|
|
|
|
- bidichk
|
2020-04-29 02:29:34 -08:00
|
|
|
- bodyclose
|
2021-07-15 09:42:54 -08:00
|
|
|
- depguard
|
2020-04-29 05:45:57 -08:00
|
|
|
- dogsled
|
2022-09-30 16:17:59 -08:00
|
|
|
- durationcheck
|
2020-04-29 05:45:57 -08:00
|
|
|
- errcheck
|
2022-09-30 15:33:39 -08:00
|
|
|
- errorlint
|
2022-09-30 14:23:47 -08:00
|
|
|
- exportloopref
|
2020-04-29 05:45:57 -08:00
|
|
|
- gocyclo
|
2020-04-29 02:29:34 -08:00
|
|
|
- goprintffuncname
|
2020-04-26 09:12:59 -08:00
|
|
|
- gosec
|
2020-04-29 05:45:57 -08:00
|
|
|
- gosimple
|
|
|
|
|
- govet
|
|
|
|
|
- ineffassign
|
2020-04-29 02:29:34 -08:00
|
|
|
- misspell
|
2022-09-30 16:18:14 -08:00
|
|
|
- nilerr
|
2020-04-29 02:29:34 -08:00
|
|
|
- rowserrcheck
|
2020-04-29 05:45:57 -08:00
|
|
|
- staticcheck
|
|
|
|
|
- typecheck
|
2020-04-29 02:29:34 -08:00
|
|
|
- unconvert
|
2020-04-29 05:45:57 -08:00
|
|
|
- unused
|
2020-04-29 02:29:34 -08:00
|
|
|
- whitespace
|
2020-04-26 09:12:59 -08:00
|
|
|
|
|
|
|
|
issues:
|
|
|
|
|
exclude-rules:
|
|
|
|
|
- linters:
|
|
|
|
|
- gosec
|
2020-10-24 08:26:57 -08:00
|
|
|
text: "(G501|G401|G505):"
|