File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ ifdef DEBUG
2828 bindata_flags = -debug
2929endif
3030
31- STATICCHECK_IGNORE = \
32- github.com/prometheus/prometheus/discovery/kubernetes/kubernetes.go:SA1019 \
33- github.com/prometheus/prometheus/discovery/kubernetes/node.go:SA1019 \
34- github.com/prometheus/prometheus/documentation/examples/remote_storage/remote_storage_adapter/main.go:SA1019 \
35- github.com/prometheus/prometheus/pkg/textparse/lex.l.go:SA4006 \
36- github.com/prometheus/prometheus/pkg/pool/pool.go:SA6002 \
37- github.com/prometheus/prometheus/promql/engine.go:SA6002 \
38- github.com/prometheus/prometheus/web/web.go:SA1019
39-
4031all : format staticcheck build test
4132
4233style :
7061
7162staticcheck : $(STATICCHECK )
7263 @echo " >> running staticcheck"
73- @$(STATICCHECK ) -ignore " $( STATICCHECK_IGNORE ) " $(pkgs )
64+ @$(STATICCHECK ) $(pkgs )
7465
7566build : promu
7667 @echo " >> building binaries"
You can’t perform that action at this time.
0 commit comments