ipmi_exporter/.golangci.yml
SuperQ 1c14fc49f7
Update build
* 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>
2023-10-17 13:51:59 +02:00

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