diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-08-06 13:28:45 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-09-08 10:03:39 +0300 |
| commit | b69d701389e6c5117b04bdf2453e5635d70c7e83 (patch) | |
| tree | 309087871bb4baa78a727148a9a2b7f6fcabbb0b /.codespellrc | |
| parent | 1d931e5778771b676c700bd25b74c8171dc2dd16 (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-- | .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 @@ +[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 |
