From fe66c0e38caaa39f133e157be524e2cceaec7bd1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 20 Jun 2023 15:12:34 +0200 Subject: [PATCH] Exclude a couple of makefile-like files from whitespace checks It's require to use TAB for indentation in these files. --- .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 2687f08418..ba45a86672 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -50,6 +50,8 @@ jobs: ':!configure' \ ':!**/descrip.mms' \ ':!install-sh' \ + ':!build/autogen.mk' \ + ':!build/bakefiles/make_dist.mk' \ ':!docs/doxygen/doxygen-awesome-css/*' \ ':!**/*akefile*' \ ':!**/*.pbxproj' \