Exclude Xcode project files from whitespace style checks

These files contain TABs and didn't pass the check and, of course, we're
not interested in the style in which they're written anyhow.
This commit is contained in:
Vadim Zeitlin 2021-03-15 11:35:50 +01:00
parent eff81745ba
commit 4ec8f8a221

View File

@ -47,6 +47,7 @@ jobs:
':!descrip.mms' \ ':!descrip.mms' \
':!install-sh' \ ':!install-sh' \
':!**/*akefile*' \ ':!**/*akefile*' \
':!**/*.pbxproj' \
':!**/*.sln' \ ':!**/*.sln' \
':!**/*.vcproj' \ ':!**/*.vcproj' \
':!**/*.xpm' ':!**/*.xpm'