Exclude some bakefiles from Whitespace code check too

Add a couple of .bkl files containing TABs in the embedded make
fragments to the list of files skipped by the whitespace check.
This commit is contained in:
Vadim Zeitlin 2023-07-11 13:18:28 +02:00
parent 033dfd2d68
commit c9c213553a

View file

@ -52,7 +52,9 @@ jobs:
':!install-sh' \
':!build/autogen.mk' \
':!build/bakefiles/make_dist.mk' \
':!build/bakefiles/scintilla.bkl' \
':!docs/doxygen/doxygen-awesome-css/*' \
':!tests/test.bkl' \
':!**/*akefile*' \
':!**/*.pbxproj' \
':!**/Info*.plist*' \