Exclude .gitmodules from whitespace code style checks
This file uses TABs and can keep using them.
This commit is contained in:
1
.github/workflows/code_checks.yml
vendored
1
.github/workflows/code_checks.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
|||||||
git fetch --depth=1 origin master
|
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 \
|
git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol,tab-in-indent \
|
||||||
diff --check origin/master \
|
diff --check origin/master \
|
||||||
|
':!.gitmodules' \
|
||||||
':!Makefile.in' \
|
':!Makefile.in' \
|
||||||
':!config.guess' \
|
':!config.guess' \
|
||||||
':!config.sub' \
|
':!config.sub' \
|
||||||
|
Reference in New Issue
Block a user