We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef43755 commit 763d9eeCopy full SHA for 763d9ee
test.sh
@@ -8,7 +8,12 @@ echo "mode: $MODE" > coverage.txt
8
# All packages.
9
PKG=$(go list ./...)
10
11
-staticcheck $PKG
+staticcheck -ignore '
12
+github.com/google/pprof/internal/binutils/binutils_test.go:SA6004
13
+github.com/google/pprof/internal/driver/svg.go:SA6004
14
+github.com/google/pprof/internal/report/source_test.go:SA6004
15
+github.com/google/pprof/profile/filter_test.go:SA6004
16
+' $PKG
17
unused $PKG
18
19
# Packages that have any tests.
0 commit comments