aboutsummaryrefslogtreecommitdiffstats
path: root/admin/codespell/codespell.rc
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 14:48:33 +0100
committerStefan Kangas2023-12-10 14:48:33 +0100
commitbdf7e646f88a6c67b7b578591ee372b0a55d27d3 (patch)
treef737d4b04d07dd73a177f52fc19724807724da4d /admin/codespell/codespell.rc
parent2773cf9e013a989df99a689317de941bde2cbf29 (diff)
downloademacs-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.rc4
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]
2skip=.git/*,*.elc,*.eln,*.gpg,*.gz,*.icns,*.jpg,*.kbx,*.key,*.pbm,*.png,*.rnc,*.so,*.tiff,*.tit,*.xml,*.xpm,*.zip,*random_seed
3builtin=clear,rare,en-GB_to_en-US
4quiet-level=35