mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
codespell.yml: Ignore "[p]arameter" in xmlwf help output
This commit is contained in:
parent
c1d4c439a1
commit
c135d7a118
1 changed files with 3 additions and 2 deletions
5
.github/workflows/codespell.yml
vendored
5
.github/workflows/codespell.yml
vendored
|
@ -47,5 +47,6 @@ jobs:
|
|||
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
|
||||
with:
|
||||
path: expat/
|
||||
# This is from "[n]otation" in xmlwf help output
|
||||
ignore_words_list: otation
|
||||
# "arameter" is from "[p]arameter" in xmlwf help output
|
||||
# "otation" is from "[n]otation" in xmlwf help output
|
||||
ignore_words_list: arameter,otation
|
||||
|
|
Loading…
Add table
Reference in a new issue