forked from toolshed/abra
We were running behind and there were quite some deprecations to update. This was mostly in the upstream copy/pasta package but seems quite minimal.
42 lines
568 B
YAML
42 lines
568 B
YAML
run:
|
|
tests: false
|
|
|
|
issues:
|
|
include:
|
|
- EXC0001
|
|
- EXC0005
|
|
- EXC0011
|
|
- EXC0012
|
|
- EXC0013
|
|
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|
|
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- exhaustive
|
|
- goconst
|
|
- godot
|
|
- godox
|
|
- gofumpt
|
|
- goimports
|
|
- gomoddirectives
|
|
- goprintffuncname
|
|
- gosec
|
|
- misspell
|
|
- nakedret
|
|
- nestif
|
|
- nilerr
|
|
- noctx
|
|
- nolintlint
|
|
- prealloc
|
|
- revive
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- tparallel
|
|
- unconvert
|
|
- unparam
|
|
- whitespace
|
|
- wrapcheck
|