mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
c7abeae816
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
13 lines
184 B
YAML
13 lines
184 B
YAML
run:
|
|
modules-download-mode: vendor
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude: scripts/errcheck_excludes.txt
|