Silence SC2034 shellcheck checker for EXTRA_CHECKERS and NOISY_CHECKERS variables

This commit is contained in:
rl1987
2018-10-12 10:09:11 +03:00
parent 3741f9e524
commit 30f8b49d3b
+2
View File
@@ -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 \