Changed error exclude

Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
Levi Harrison 2021-06-11 12:18:59 -04:00
parent 48c9cbdeb3
commit 0027389b41
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ io.WriteString
(*net/http.Server).Shutdown
// Never check for logger errors.
(github.com/go-kit/kit/log.Logger).Log
(github.com/go-kit/log.Logger).Log
// Never check for rollback errors as Rollback() is called when a previous error was detected.
(github.com/prometheus/prometheus/storage.Appender).Rollback