Exclude .gitmodules from whitespace code style checks

This file uses TABs and can keep using them.
This commit is contained in:
Vadim Zeitlin
2021-07-17 20:41:18 +02:00
parent 3489a07ad6
commit d81d7b1563

View File

@@ -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' \