summaryrefslogtreecommitdiffstats
path: root/.typos.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:03:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:03:19 +0000
commit6c09f2a45c5541e9c207d14fc7aa21a4a0066bde (patch)
tree0221189d367bf661f6f9493c4f17a03f0dd4b7d2 /.typos.toml
parentReleasing progress-linux version 1:2.11-8~progress7.99u1. (diff)
downloadbash-completion-6c09f2a45c5541e9c207d14fc7aa21a4a0066bde.tar.xz
bash-completion-6c09f2a45c5541e9c207d14fc7aa21a4a0066bde.zip
Merging upstream version 1:2.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.typos.toml')
-rw-r--r--.typos.toml47
1 files changed, 47 insertions, 0 deletions
diff --git a/.typos.toml b/.typos.toml
new file mode 100644
index 0000000..327d012
--- /dev/null
+++ b/.typos.toml
@@ -0,0 +1,47 @@
+[default.extend-identifiers]
+# https://github.com/crate-ci/typos/issues/436
+BRE = "BRE"
+
+[default.extend-words]
+# completions/ri
+ane = "ane"
+# completions/reportbug
+buildd = "buildd"
+# completions/tar
+caf = "caf"
+# completions/chage, test/t/Makefile.am, test/t/test_chage.py,
+# test/test-cmd-list.txt
+chage = "chage"
+# test/t/test_ccache.py
+clea = "clea"
+# test/t/test_pylint_3.py
+clien = "clien"
+# completions/openssl
+ede = "ede"
+# completions/make
+fo = "fo"
+# test/t/test_ccache.py
+hel = "hel"
+# completions/bts
+helo = "helo"
+# completions/ip
+iif = "iif"
+# completions/tcpdump
+inout = "inout"
+# test/t/unit/test_unit_expand_glob.py
+ket = "ket"
+# completions/tshark, test/t/test_screen.py
+nd = "nd"
+# completions/mplayer
+oly = "oly"
+# test/t/unit/test_unit_find_unique_completion_pair.py
+ot = "ot"
+# completions/modinfo
+parm = "parm"
+# completions/wget
+referer = "referer"
+# completions/ps
+ser = "ser"
+
+[files]
+extend-exclude = ["CHANGELOG.md"]