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