From 4ec8f8a221078d17647b57b47e55bbdae1b897bc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Mar 2021 11:35:50 +0100 Subject: [PATCH] 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. --- .github/workflows/code_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index a81b054153..a0f6e7dcc4 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -47,6 +47,7 @@ jobs: ':!descrip.mms' \ ':!install-sh' \ ':!**/*akefile*' \ + ':!**/*.pbxproj' \ ':!**/*.sln' \ ':!**/*.vcproj' \ ':!**/*.xpm'