From: Michael R Sweet Date: Sat, 26 Feb 2022 22:07:30 +0000 (-0500) Subject: Fix syntax for excluding the sources under 'locale'. X-Git-Tag: v2.4.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a0405a339e0bd2b655c1100ce29f9d7e3f976c;p=thirdparty%2Fcups.git Fix syntax for excluding the sources under 'locale'. --- diff --git a/.lgtm.yml b/.lgtm.yml index 8f20092db9..9777ebc363 100644 --- 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