forked from wolfSSL/wolfssl
Use ignore words list instead of file
This commit is contained in:
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@ -18,4 +18,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
check_hidden: true
|
check_hidden: true
|
||||||
ignore_words_file: .codespellignore
|
# Add comma separated list of words to ignore
|
||||||
|
ignore_words_list:
|
||||||
|
Reference in New Issue
Block a user