Add codespell hint file.

* .codespellrc: New file.

Change-Id: Ie64700753ef2151223a34f566f7a1380d850e037
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Efraim Flashner 2025-08-06 13:28:45 +03:00
parent 1d931e5778
commit b69d701389
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

8
.codespellrc Normal file
View file

@ -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