diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-01-24 11:15:41 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-10 16:56:45 +0100 |
commit | ec520e420082e3939d15458acd76708d05d79068 (patch) | |
tree | e53b6d1ee2ab1a927293554969bc899c803d5ec4 | |
parent | efb2b9bd8795409b93388e0dcc496e1cf1357ed3 (diff) | |
download | libfuse-ec520e420082e3939d15458acd76708d05d79068.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-- | .codespellrc | 4 |
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 |