summaryrefslogtreecommitdiff
path: root/.codespellrc
diff options
context:
space:
mode:
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