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