aboutsummaryrefslogtreecommitdiffstats
path: root/.codespellrc
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-03-29 14:47:13 -0400
committerGitHub <noreply@github.com>2023-03-29 19:47:13 +0100
commit0f8cb2888311868be83c208fef26d2139af41712 (patch)
tree9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /.codespellrc
parented9be128370c93b93895bb1bb61cc1e606277613 (diff)
downloadlibfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz
Fix typos and configure spellcheck for PRs
Diffstat (limited to '.codespellrc')
-rw-r--r--.codespellrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc
new file mode 100644
index 0000000..6bf9ccc
--- /dev/null
+++ b/.codespellrc
@@ -0,0 +1,11 @@
+[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
+ignore-words-list = alse,siz,fiter