2019-04-25 08:53:48 +00:00
|
|
|
run:
|
|
|
|
modules-download-mode: vendor
|
|
|
|
|
2020-02-27 10:59:02 +00:00
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- golint
|
|
|
|
|
2019-05-06 13:42:50 +00:00
|
|
|
issues:
|
|
|
|
exclude-rules:
|
|
|
|
- path: _test.go
|
|
|
|
linters:
|
|
|
|
- errcheck
|
|
|
|
|
|
|
|
linters-settings:
|
|
|
|
errcheck:
|
|
|
|
exclude: scripts/errcheck_excludes.txt
|