xref: /aosp_15_r20/external/libfuse/.codespellrc (revision 9e5649576b786774a32d7b0252c9cd8c6538fa49)
1[codespell]
2skip = .git,*.pdf,*.svg,AUTHORS
3
4# The following strings shouldn't actually be accepted, but they're wrongly
5# identified as words and there is currently no way to exclude them on
6# a by-line basis (https://github.com/codespell-project/codespell/pull/2400).
7# Therefore, pretend that they are correctly spelled words:
8# - alse: used in regex
9# - siz:  wanted short
10# - fiter:  variable
11ignore-words-list = alse,siz,fiter
12