aboutsummaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-10-12 10:09:11 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-11-26 17:46:05 +0200
commit30f8b49d3b7917a15237724a0d0b913d27e876e2 (patch)
tree2cd8f587b490a5c98c10014ebd34cc6e5940e087 /scripts/test
parent3741f9e524a2d3bd7239ca865d6169fd1e3dddb5 (diff)
downloadtor-30f8b49d3b7917a15237724a0d0b913d27e876e2.tar.gz
tor-30f8b49d3b7917a15237724a0d0b913d27e876e2.zip
Silence SC2034 shellcheck checker for EXTRA_CHECKERS and NOISY_CHECKERS variables
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test/scan-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh
index 8d126cbcee..e111566bf7 100755
--- a/scripts/test/scan-build.sh
+++ b/scripts/test/scan-build.sh
@@ -33,6 +33,7 @@ CHECKERS="\
-enable-checker security.insecureAPI.strcpy \
"
+# shellcheck disable=SC2034
# These have high false-positive rates.
EXTRA_CHECKERS="\
-enable-checker alpha.security.ArrayBoundV2 \
@@ -40,6 +41,7 @@ EXTRA_CHECKERS="\
-enable-checker alpha.core.CastSize \
"
+# shellcheck disable=SC2034
# These don't seem to generate anything useful
NOISY_CHECKERS="\
-enable-checker alpha.clone.CloneChecker \