mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
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>
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user