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:
|
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
|
|
|
|
|
- errcheck
|
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
|
|
|
|
|
- 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):"
|