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:
parent
d7e102f766
commit
1fbda84306
1 changed files with 1 additions and 0 deletions
1
.github/workflows/code_checks.yml
vendored
1
.github/workflows/code_checks.yml
vendored
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
':!install-sh' \
|
||||
':!**/*akefile*' \
|
||||
':!**/*.pbxproj' \
|
||||
':!**/Info*.plist*' \
|
||||
':!**/*.sln' \
|
||||
':!**/*.vcproj' \
|
||||
':!**/*.xpm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue