alertmanager/scripts/errcheck_excludes.txt
Simon Pasquier 2abd78cbb7
*: use persistent HTTP clients (#1904)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-06-07 10:37:49 +02:00

5 lines
147 B
Plaintext

// Don't flag lines such as "io.Copy(ioutil.Discard, resp.Body)".
io.Copy
// Never check for logger errors.
(github.com/go-kit/kit/log.Logger).Log