mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
11 lines
158 B
YAML
11 lines
158 B
YAML
|
---
|
||
|
issues:
|
||
|
exclude-rules:
|
||
|
- path: _test.go
|
||
|
linters:
|
||
|
- errcheck
|
||
|
|
||
|
linters-settings:
|
||
|
errcheck:
|
||
|
exclude: scripts/errcheck_excludes.txt
|