Exclude descrip.mms files everywhere from the whitespace check
Previously only the top-level one was excluded, but others use TABs too.
This commit is contained in:
parent
e95073c24b
commit
6bba7055aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code_checks.yml
vendored
2
.github/workflows/code_checks.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
':!config.guess' \
|
||||
':!config.sub' \
|
||||
':!configure' \
|
||||
':!descrip.mms' \
|
||||
':!**/descrip.mms' \
|
||||
':!install-sh' \
|
||||
':!docs/doxygen/doxygen-awesome-css/*' \
|
||||
':!**/*akefile*' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue