diff options
| author | Stefan Kangas | 2023-12-10 14:48:33 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-01-20 20:55:24 +0100 |
| commit | 1805f4bfd62354f4331c8f0464a2adb7787ecc1f (patch) | |
| tree | deddf794a2c209b974a05370d574fe5aaba256ec /admin/codespell/codespell.rc | |
| parent | 115908469d30f8c40689673312f72b44c1631c6b (diff) | |
| download | emacs-1805f4bfd62354f4331c8f0464a2adb7787ecc1f.tar.gz emacs-1805f4bfd62354f4331c8f0464a2adb7787ecc1f.zip | |
Add script admin/run-codespell and supporting files
* admin/codespell/README:
* admin/codespell/codespell.dictionary:
* admin/codespell/codespell.exclude:
* admin/codespell/codespell.ignore:
* admin/codespell/codespell.rc:
* admin/run-codespell: New files.
Diffstat (limited to 'admin/codespell/codespell.rc')
| -rw-r--r-- | admin/codespell/codespell.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/codespell/codespell.rc b/admin/codespell/codespell.rc new file mode 100644 index 00000000000..9ef5f40369c --- /dev/null +++ b/admin/codespell/codespell.rc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [codespell] | ||
| 2 | skip=.git/*,*.elc,*.eln,*.gpg,*.gz,*.icns,*.jpg,*.kbx,*.key,*.pbm,*.png,*.rnc,*.so,*.tiff,*.tit,*.xml,*.xpm,*.zip,*random_seed | ||
| 3 | builtin=clear,rare,en-GB_to_en-US | ||
| 4 | quiet-level=35 | ||