node_exporter/scripts/errcheck_excludes.txt

4 lines
173 B
Plaintext
Raw Normal View History

// 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