node_exporter/.golangci.yml

14 lines
177 B
YAML
Raw Normal View History

linters:
enable:
- golint
issues:
exclude-rules:
- path: _test.go
linters:
- errcheck
linters-settings:
errcheck:
exclude: scripts/errcheck_excludes.txt