Exclude a couple of makefile-like files from whitespace checks
It's require to use TAB for indentation in these files.
This commit is contained in:
parent
b93de740c8
commit
fe66c0e38c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/code_checks.yml
vendored
2
.github/workflows/code_checks.yml
vendored
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue