Update scripts/errcheck_excludes.txt

With Go modules, the path appears un-vendored.

Plus, we are not calling AllowedLevel.Set anywhere anymore.

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2019-02-07 15:43:23 +01:00 committed by Max Leonard Inden
parent a25d748da3
commit c70e97c9ed
No known key found for this signature in database
GPG Key ID: 5403C5464810BC26
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
fmt.Fprintf fmt.Fprintf
fmt.Fprintln fmt.Fprintln
// Exclude both vendored and un-vendored to cover both vendor mode and module mode.
(github.com/prometheus/alertmanager/vendor/github.com/go-kit/kit/log.Logger).Log (github.com/prometheus/alertmanager/vendor/github.com/go-kit/kit/log.Logger).Log
// Allowed log levels are enforced via kingpin (github.com/go-kit/kit/log.Logger).Log
(*github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/promlog.AllowedLevel).Set
// Generated via go-swagger // Generated via go-swagger
(*github.com/prometheus/alertmanager/api/v2/restapi.Server).Shutdown (*github.com/prometheus/alertmanager/api/v2/restapi.Server).Shutdown