From c4a0405a339e0bd2b655c1100ce29f9d7e3f976c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 26 Feb 2022 17:07:30 -0500 Subject: [PATCH] Fix syntax for excluding the sources under 'locale'. --- .lgtm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2