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 changed files with 1 additions and 0 deletions
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue