From c9c213553a48487a35eb720831d390ea5e9dfe71 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 Jul 2023 13:18:28 +0200 Subject: [PATCH] Exclude some bakefiles from Whitespace code check too Add a couple of .bkl files containing TABs in the embedded make fragments to the list of files skipped by the whitespace check. --- .github/workflows/code_checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index ba45a86672..a7f8678be5 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -52,7 +52,9 @@ jobs: ':!install-sh' \ ':!build/autogen.mk' \ ':!build/bakefiles/make_dist.mk' \ + ':!build/bakefiles/scintilla.bkl' \ ':!docs/doxygen/doxygen-awesome-css/*' \ + ':!tests/test.bkl' \ ':!**/*akefile*' \ ':!**/*.pbxproj' \ ':!**/Info*.plist*' \