mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 15:09:39 -08:00
10 lines
135 B
YAML
10 lines
135 B
YAML
|
issues:
|
||
|
exclude-rules:
|
||
|
- path: _test.go
|
||
|
linters:
|
||
|
- errcheck
|
||
|
|
||
|
linters-settings:
|
||
|
errcheck:
|
||
|
exclude: .errcheck_excludes
|