Exclude Scintilla from whitespace check
This commit is contained in:
parent
530275b191
commit
289cd2e58e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/code_checks.yml
vendored
3
.github/workflows/code_checks.yml
vendored
|
|
@ -56,7 +56,8 @@ jobs:
|
|||
':!**/Info*.plist*' \
|
||||
':!**/*.sln' \
|
||||
':!**/*.vcproj' \
|
||||
':!**/*.xpm'
|
||||
':!**/*.xpm' \
|
||||
':!src/stc/scintilla/'
|
||||
|
||||
|
||||
check-mixed-eol:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue