codespell: Add 're-used' and 're-using' to the ignore list
authorBernd Schubert <bernd@bsbernd.com>
Fri, 24 Jan 2025 10:15:41 +0000 (11:15 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
These seem to be fine and exist in the code and also seem to
be common English (there are debates which spelling is right).

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
.codespellrc

index 6bf9cccceddd2404cc99fea39c73e20360cfdd2f..cbd941f1a4e06de24f2b97d2b0deef603ff252b5 100644 (file)
@@ -8,4 +8,6 @@ skip = .git,*.pdf,*.svg,AUTHORS
 # - alse: used in regex
 # - siz:  wanted short
 # - fiter:  variable
-ignore-words-list = alse,siz,fiter
+# - re-used: intentional hyphenation
+# - re-using: intentional hyphenation
+ignore-words-list = alse,siz,fiter,re-used,re-using