Exclude .gitmodules from whitespace code style checks
This file uses TABs and can keep using them.
This commit is contained in:
parent
3489a07ad6
commit
d81d7b1563
1 changed files with 1 additions and 0 deletions
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 -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue