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:
parent
eff81745ba
commit
4ec8f8a221
1
.github/workflows/code_checks.yml
vendored
1
.github/workflows/code_checks.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
':!descrip.mms' \
|
':!descrip.mms' \
|
||||||
':!install-sh' \
|
':!install-sh' \
|
||||||
':!**/*akefile*' \
|
':!**/*akefile*' \
|
||||||
|
':!**/*.pbxproj' \
|
||||||
':!**/*.sln' \
|
':!**/*.sln' \
|
||||||
':!**/*.vcproj' \
|
':!**/*.vcproj' \
|
||||||
':!**/*.xpm'
|
':!**/*.xpm'
|
||||||
|
Loading…
Reference in New Issue
Block a user