Exclude Info.plist files from whitespace checks

These files use TABs for indentation, so the standard check doesn't work
for them (and it doesn't seem worth having a special check just for
them neither, so simply don't check them at all).
This commit is contained in:
Vadim Zeitlin
2021-08-15 17:08:31 +02:00
parent d7e102f766
commit 1fbda84306

View File

@@ -49,6 +49,7 @@ jobs:
':!install-sh' \ ':!install-sh' \
':!**/*akefile*' \ ':!**/*akefile*' \
':!**/*.pbxproj' \ ':!**/*.pbxproj' \
':!**/Info*.plist*' \
':!**/*.sln' \ ':!**/*.sln' \
':!**/*.vcproj' \ ':!**/*.vcproj' \
':!**/*.xpm' ':!**/*.xpm'