From c531ed3245eb6737f4a576f178d3745199b26e04 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 29 Mar 2025 01:26:05 +0100 Subject: [PATCH] apply-clang-tidy.sh: Exclude include-only file lib/xcsinc.c .. from inspection in isolation --- expat/apply-clang-tidy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/expat/apply-clang-tidy.sh b/expat/apply-clang-tidy.sh index 17246c40..7c17fbd8 100755 --- a/expat/apply-clang-tidy.sh +++ b/expat/apply-clang-tidy.sh @@ -75,6 +75,7 @@ else # https://github.com/libexpat/libexpat/issues/119 files=( $( git ls-files -- \*.c | grep -v \ + -e '^lib/xcsinc\.c$' \ -e '^xmlwf/ct\.c$' \ -e '^xmlwf/xmlmime\.c$' \ -e '^xmlwf/win32filemap\.c$' \