mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
c8d3e48f3d
Switch exporter over to standard Prometheus exporter flags and logging. This eliminates the need for a configuraion file. Signed-off-by: SuperQ <superq@gmail.com>
10 lines
158 B
YAML
10 lines
158 B
YAML
---
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude: scripts/errcheck_excludes.txt
|