1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00
Files
prometheus-operator/scripts/errcheck_excludes.txt
Simon Pasquier f1fed965bb *: switch to github.com/go-kit/log
Using github.com/go-kit/log instead of github.com/go-kit/kit reduces the
list of things this project depends on. This commit also removes the
wrapper for k8s.io/klog because none of the k8s libraries depend on it
anymore.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2021-07-22 16:22:28 +02:00

6 lines
165 B
Plaintext

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