]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 22 Feb 2022 15:35:56 +0000 (10:35 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 22 Feb 2022 15:35:56 +0000 (10:35 -0500)
(which contains the pattern for a PIN, *not* any password info...)

Also silence any testing in the "locale" directory.

.lgtm.yml

index a6fcb18edcf84644b178babb642dbb73f89fd119..8f20092db911725b5c1b69bde36db626aa3f0470 100644 (file)
--- 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