diff options
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 8 |
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 @@ | |||
| 1 | [codespell] | ||
| 2 | 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.* | ||
| 3 | ignore-words-list = crate, debbugs, deriver | ||
| 4 | write-changes = true | ||
| 5 | # ask for confirmation, ask to choose from a list | ||
| 6 | interactive = 3 | ||
| 7 | # Number of lines to show before and after for context | ||
| 8 | context = 1 | ||
