diff options
| author | Stefan Kangas | 2023-12-10 14:48:33 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 14:48:33 +0100 |
| commit | bdf7e646f88a6c67b7b578591ee372b0a55d27d3 (patch) | |
| tree | f737d4b04d07dd73a177f52fc19724807724da4d /admin/codespell/codespell.rc | |
| parent | 2773cf9e013a989df99a689317de941bde2cbf29 (diff) | |
| download | emacs-scratch/codespell.tar.gz emacs-scratch/codespell.zip | |
Add script admin/run-codespell and supporting filesscratch/codespell
* 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 | ||