mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Add codespell hint file.
* .codespellrc: New file. Change-Id: Ie64700753ef2151223a34f566f7a1380d850e037 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1d931e5778
commit
b69d701389
1 changed files with 8 additions and 0 deletions
8
.codespellrc
Normal file
8
.codespellrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue