apply-clang-tidy.sh: Exclude include-only file lib/xcsinc.c

.. from inspection in isolation
This commit is contained in:
Sebastian Pipping 2025-03-29 01:26:05 +01:00
parent bf4bc5cfcf
commit 66db1f2d05

View file

@ -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$' \