]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix syntax for excluding the sources under 'locale'.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 26 Feb 2022 22:07:30 +0000 (17:07 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 26 Feb 2022 22:07:30 +0000 (17:07 -0500)
.lgtm.yml

index 8f20092db911725b5c1b69bde36db626aa3f0470..9777ebc3632cb6f0832730d640ba68e80dc357a1 100644 (file)
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -1,6 +1,6 @@
 path_classifiers:
   test:
-    - exclude: locale
+    - exclude: 'locale/*.c'
 
 queries:
   - exclude: cpp/integer-multiplication-cast-to-long
@@ -8,4 +8,4 @@ queries:
   - 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
+  - exclude: cpp/cleartext-transmission