Exclude some bakefiles from Whitespace code check too
Add a couple of .bkl files containing TABs in the embedded make fragments to the list of files skipped by the whitespace check.
This commit is contained in:
parent
033dfd2d68
commit
c9c213553a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/code_checks.yml
vendored
2
.github/workflows/code_checks.yml
vendored
|
|
@ -52,7 +52,9 @@ jobs:
|
|||
':!install-sh' \
|
||||
':!build/autogen.mk' \
|
||||
':!build/bakefiles/make_dist.mk' \
|
||||
':!build/bakefiles/scintilla.bkl' \
|
||||
':!docs/doxygen/doxygen-awesome-css/*' \
|
||||
':!tests/test.bkl' \
|
||||
':!**/*akefile*' \
|
||||
':!**/*.pbxproj' \
|
||||
':!**/Info*.plist*' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue