Windows: Embed an application manifest in the EXE files
[xz/debian.git] / .codespellrc
bloba23516cee76975cce95fe05c19953f5d829b6bac
1 # SPDX-License-Identifier: 0BSD
3 [codespell]
5 # Skip all translation files and a few other autogenerated files.
6 # The autotool files should have their typos fixed in the upstream, but
7 # until then we will blacklist them here.
8 # THANKS contains names, some do trigger codespell.
9 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,THANKS
11 # Ignore false positive matching words. Ideally codespell would allow
12 # ignoring words for specific files, but that does not appear to be
13 # supported. Instead we need to hope we do not make these typos.
14 # Additionally, the ignored words must be specified lower-case even though
15 # some of the false positives only occurred upper-case.
16 # ANS - used as a variable name in xzmore.in.
17 # bu - groff syntax for creating a bullet list item, used in xz.1.
18 # te - groff syntax, used in xz.1.
19 # caf - command line options for tar example, used in xz.1.
20 ignore-words-list = ans,bu,te,caf
22 # Add extra dictionaries to help improvement comments, docs, etc.
23 builtin = clear,rare,informal,usage,names
25 # Always default to highest interactive level to avoid accidentally
26 # changing a false positive or picking the wrong replacement.
27 interactive = 3
29 # Ignore a URL with debbugs.
30 ignore-regex = \bhttps://debbugs\.gnu\.org\b