aboutsummaryrefslogtreecommitdiff
path: root/.codespellrc
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-29 19:53:25 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-01 03:22:50 +0000
commit3455cfeca5032698ea16b9971ef30bbb0fbfd0a4 (patch)
treedfb34ae0112ddd2c5020679cadf73c1129352d5c /.codespellrc
parentCVE-2024-3094: remove .gitignore (diff)
downloadxz-3455cfeca5032698ea16b9971ef30bbb0fbfd0a4.tar.xz
CVE-2024-3094: import xz-5.6.1.tar.xzjiatan/v5.6.1/unpack
Diffstat (limited to '')
-rw-r--r--.codespellrc24
1 files changed, 0 insertions, 24 deletions
diff --git a/.codespellrc b/.codespellrc
deleted file mode 100644
index b2c11346..00000000
--- a/.codespellrc
+++ /dev/null
@@ -1,24 +0,0 @@
-[codespell]
-
-# Skip all translation files and a few other autogenerated files.
-# The autotool files should have their typos fixed in the upstream, but
-# until then we will blacklist them here.
-skip = *.po,*.pot,./po4a/man,./doc/api,./configure,./autom4te.cache,./m4/libtool.m4,./build-aux/depcomp,./build-aux/ltmain.sh,./build-aux/config.guess,./build-aux/config.rpath,./m4/po.m4,./build-aux/config.sub
-
-# Ignore false positive matching words. Ideally codespell would allow
-# ignoring words for specific files, but that does not appear to be
-# supported. Instead we need to hope we do not make these typos.
-# Additionally, the ignored words must be specified lower-case even though
-# some of the false positives only occurred upper-case.
-# ANS - used as a variable name in xzmore.in.
-# bu - groff syntax for creating a bullet list item, used in xz.1.
-# te - groff syntax, used in xz.1.
-# caf - command line options for tar example, used in xz.1.
-ignore-words-list = ans,bu,te,caf
-
-# Add extra dictionaries to help improvement comments, docs, etc.
-builtin = clear,rare,informal,usage,names
-
-# Always default to highest interactive level to avoid accidentally
-# changing a false positive or picking the wrong replacement.
-interactive = 3