mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-22 22:53:37 +00:00
1c14fc49f7
* Update Go to 1.21. * Update minimum Go version to 1.19. * Fixup deprecated `io/ioutil`. * Move errcheck excludes inline. Signed-off-by: SuperQ <superq@gmail.com>
13 lines
212 B
YAML
13 lines
212 B
YAML
---
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude-functions:
|
|
# Never check for logger errors.
|
|
- (github.com/go-kit/log.Logger).Log
|