From d81d7b1563a54329c8e46a9869a2df12ba8c78cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Jul 2021 20:41:18 +0200 Subject: [PATCH] Exclude .gitmodules from whitespace code style checks This file uses TABs and can keep using them. --- .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 a0f6e7dcc4..e70a6a0ff1 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -40,6 +40,7 @@ jobs: git fetch --depth=1 origin master git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol,tab-in-indent \ diff --check origin/master \ + ':!.gitmodules' \ ':!Makefile.in' \ ':!config.guess' \ ':!config.sub' \