1
0
mirror of https://github.com/prometheus/node_exporter.git synced 2026-02-07 03:45:17 +01:00
Files
node_exporter/scripts/errcheck_excludes.txt
2019-12-31 17:19:37 +01:00

4 lines
173 B
Plaintext

// Used in HTTP handlers, any error is handled by the server itself.
(net/http.ResponseWriter).Write
// Never check for logger errors.
(github.com/go-kit/kit/log.Logger).Log