mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
cf56672c8a
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>
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
[codespell]
|
|
skip = .git,*.pdf,*.svg,AUTHORS
|
|
|
|
# The following strings shouldn't actually be accepted, but they're wrongly
|
|
# identified as words and there is currently no way to exclude them on
|
|
# a by-line basis (https://github.com/codespell-project/codespell/pull/2400).
|
|
# Therefore, pretend that they are correctly spelled words:
|
|
# - alse: used in regex
|
|
# - siz: wanted short
|
|
# - fiter: variable
|
|
# - re-used: intentional hyphenation
|
|
# - re-using: intentional hyphenation
|
|
ignore-words-list = alse,siz,fiter,re-used,re-using
|