summaryrefslogtreecommitdiff
path: root/.codespellrc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-08-06 13:28:45 +0300
committerEfraim Flashner <efraim@flashner.co.il>2025-09-08 10:03:39 +0300
commitb69d701389e6c5117b04bdf2453e5635d70c7e83 (patch)
tree309087871bb4baa78a727148a9a2b7f6fcabbb0b /.codespellrc
parent1d931e5778771b676c700bd25b74c8171dc2dd16 (diff)
Add codespell hint file.
* .codespellrc: New file. Change-Id: Ie64700753ef2151223a34f566f7a1380d850e037 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to '.codespellrc')
-rw-r--r--.codespellrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc
new file mode 100644
index 00000000000..ac89c480e4f
--- /dev/null
+++ b/.codespellrc
@@ -0,0 +1,8 @@
+[codespell]
+skip = guix/d3.v3.js, *.po, doc/*info, doc/*.de.*, doc/*.es.*, doc/*.fr.*, doc/*.it.*, doc/*.ko.*, doc/*.pt_BR.*, doc/*.ru.*, doc/*.sk.*, doc/*.sv.*, doc/*.zh_CN.*
+ignore-words-list = crate, debbugs, deriver
+write-changes = true
+# ask for confirmation, ask to choose from a list
+interactive = 3
+# Number of lines to show before and after for context
+context = 1