2020-08-24 13:46:19 +00:00
|
|
|
run:
|
|
|
|
tests: false
|
|
|
|
|
|
|
|
issues:
|
2021-06-04 09:55:45 +00:00
|
|
|
include:
|
|
|
|
- EXC0001
|
|
|
|
- EXC0005
|
|
|
|
- EXC0011
|
|
|
|
- EXC0012
|
|
|
|
- EXC0013
|
|
|
|
|
2020-08-24 13:46:19 +00:00
|
|
|
max-issues-per-linter: 0
|
|
|
|
max-same-issues: 0
|
|
|
|
|
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- bodyclose
|
|
|
|
- dupl
|
|
|
|
- exportloopref
|
|
|
|
- goconst
|
|
|
|
- godot
|
|
|
|
- godox
|
2024-05-22 15:48:31 +00:00
|
|
|
- gofumpt
|
2020-08-24 13:46:19 +00:00
|
|
|
- goimports
|
|
|
|
- goprintffuncname
|
|
|
|
- gosec
|
2024-07-03 15:11:29 +00:00
|
|
|
# - ifshort
|
2020-08-24 13:46:19 +00:00
|
|
|
- misspell
|
|
|
|
- prealloc
|
2021-06-04 09:55:45 +00:00
|
|
|
- revive
|
2020-08-24 13:46:19 +00:00
|
|
|
- rowserrcheck
|
|
|
|
- sqlclosecheck
|
|
|
|
- unconvert
|
|
|
|
- unparam
|
|
|
|
- whitespace
|