2020-09-04 01:38:15 -04:00
|
|
|
run:
|
2020-09-21 19:33:43 -04:00
|
|
|
timeout: 5m
|
2020-09-09 05:50:36 -04:00
|
|
|
skip-files:
|
|
|
|
- generated.*
|
2020-09-04 01:38:15 -04:00
|
|
|
|
2020-09-18 05:24:01 -04:00
|
|
|
issues:
|
|
|
|
new: true
|
2020-11-21 16:05:01 -05:00
|
|
|
exclude-rules:
|
|
|
|
- path: _test\.go
|
|
|
|
linters:
|
|
|
|
- scopelint
|
2020-09-18 05:24:01 -04:00
|
|
|
|
2020-09-04 01:38:15 -04:00
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- bodyclose
|
|
|
|
- depguard
|
|
|
|
- gocritic
|
|
|
|
- gofmt
|
|
|
|
- goimports
|
|
|
|
- golint
|
|
|
|
- goprintffuncname
|
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
|
|
|
- misspell
|
|
|
|
- nakedret
|
|
|
|
- rowserrcheck
|
|
|
|
- scopelint
|
|
|
|
- staticcheck
|
|
|
|
- structcheck
|
|
|
|
- stylecheck
|
|
|
|
- typecheck
|
|
|
|
- unconvert
|
|
|
|
- unparam
|
|
|
|
- varcheck
|
|
|
|
- whitespace
|
2020-10-09 10:06:40 -04:00
|
|
|
disable:
|
|
|
|
- deadcode
|
2020-10-09 12:19:09 -04:00
|
|
|
- errcheck
|
|
|
|
- unused
|