codespell.yml: Ignore "[p]arameter" in xmlwf help output

This commit is contained in:
Sebastian Pipping 2023-10-03 21:25:36 +02:00
parent c1d4c439a1
commit c135d7a118

View file

@ -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