mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-02-16 10:46:51 +00:00
Add the exporter-toolkit to support TLS and authentication. * Cleanup error throwaway in logging calls. * Bump Go modules. Signed-off-by: SuperQ <superq@gmail.com>
11 lines
150 B
YAML
11 lines
150 B
YAML
---
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude: scripts/errcheck_excludes.txt
|