From: Michael R Sweet Date: Tue, 22 Feb 2022 15:35:56 +0000 (-0500) Subject: Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file X-Git-Tag: v2.4.2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fbb6d41ba00c5535499c2dbf16db2313f776a74;p=thirdparty%2Fcups.git Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file (which contains the pattern for a PIN, *not* any password info...) Also silence any testing in the "locale" directory. --- diff --git a/.lgtm.yml b/.lgtm.yml index a6fcb18edc..8f20092db9 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,6 +1,11 @@ +path_classifiers: + test: + - exclude: locale + queries: - exclude: cpp/integer-multiplication-cast-to-long - exclude: cpp/missing-header-guard - exclude: cpp/short-global-name - exclude: cpp/tainted-format-string - exclude: cpp/toctou-race-condition + - exclude: cpp/cleartext-transmission \ No newline at end of file