Ignore staticcheck's SA1019 in discovery/kubernetes/kubernetes.go, too

This showed up all of a sudden, even if checking out older commits.
This commit is contained in:
beorn7 2017-11-04 17:40:11 +01:00
parent 139929a363
commit 463faf5816
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ifdef DEBUG
endif endif
STATICCHECK_IGNORE = \ STATICCHECK_IGNORE = \
github.com/prometheus/prometheus/discovery/kubernetes/kubernetes.go:SA1019 \
github.com/prometheus/prometheus/discovery/kubernetes/node.go:SA1019 \ github.com/prometheus/prometheus/discovery/kubernetes/node.go:SA1019 \
github.com/prometheus/prometheus/documentation/examples/remote_storage/remote_storage_adapter/main.go:SA1019 \ github.com/prometheus/prometheus/documentation/examples/remote_storage/remote_storage_adapter/main.go:SA1019 \
github.com/prometheus/prometheus/pkg/textparse/lex.l.go:SA4006 \ github.com/prometheus/prometheus/pkg/textparse/lex.l.go:SA4006 \