2019-04-24 12:18:40 +00:00
|
|
|
run:
|
|
|
|
modules-download-mode: vendor
|
2019-05-03 13:11:28 +00:00
|
|
|
deadline: 5m
|
2019-04-24 12:18:40 +00:00
|
|
|
|
2020-03-23 14:32:37 +00:00
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- golint
|
|
|
|
|
2019-05-03 13:11:28 +00:00
|
|
|
issues:
|
|
|
|
exclude-rules:
|
|
|
|
- path: _test.go
|
|
|
|
linters:
|
|
|
|
- errcheck
|
|
|
|
|
|
|
|
linters-settings:
|
|
|
|
errcheck:
|
|
|
|
exclude: scripts/errcheck_excludes.txt
|