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