From 6c09f2a45c5541e9c207d14fc7aa21a4a0066bde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:19 +0200 Subject: Merging upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- .typos.toml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .typos.toml (limited to '.typos.toml') 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"] -- cgit v1.2.3