aboutsummaryrefslogtreecommitdiffstats
path: root/admin/codespell/codespell.rc
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 14:48:33 +0100
committerStefan Kangas2024-01-20 20:55:24 +0100
commit1805f4bfd62354f4331c8f0464a2adb7787ecc1f (patch)
treededdf794a2c209b974a05370d574fe5aaba256ec /admin/codespell/codespell.rc
parent115908469d30f8c40689673312f72b44c1631c6b (diff)
downloademacs-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.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