aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-01-24 11:15:41 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-01-24 12:30:52 +0100
commitcf56672c8a39db594949588277009a721ef7eeae (patch)
treee53b6d1ee2ab1a927293554969bc899c803d5ec4
parent0244e90a9f9d904b210ed26c04a4a3d8b69753b9 (diff)
downloadlibfuse-cf56672c8a39db594949588277009a721ef7eeae.tar.gz
codespell: Add 're-used' and 're-using' to the ignore list
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>
-rw-r--r--.codespellrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc
index 6bf9ccc..cbd941f 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -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