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:
parent
6f0e911dd1
commit
f7e4d7b375
|
@ -3,8 +3,8 @@
|
|||
fmt.Fprintf
|
||||
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
|
||||
// Allowed log levels are enforced via kingpin
|
||||
(*github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/promlog.AllowedLevel).Set
|
||||
(github.com/go-kit/kit/log.Logger).Log
|
||||
// Generated via go-swagger
|
||||
(*github.com/prometheus/alertmanager/api/v2/restapi.Server).Shutdown
|
||||
|
|
Loading…
Reference in New Issue