go with disable-line

This commit is contained in:
Viktor Szakats 2025-07-12 17:00:54 +02:00
parent 1622bfec55
commit aa15206d94
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -17,6 +17,6 @@ codespell \
--skip '*/tool_hugehelp.c' \
--skip 'packages/*' \
--skip '*/test*' \
--ignore-regex '.*spellchecker:disable' \
--ignore-regex '.*spellchecker:disable-line' \
--ignore-words '.github/scripts/codespell-ignore.txt' \
$(git ls-files)

View file

@ -12,7 +12,7 @@ extend-ignore-identifiers-re = [
]
extend-ignore-re = [
".*spellchecker:disable",
".*spellchecker:disable-line",
]
[files]