From fa09045f55a111f47c086b861d5ac52a1f5030ad Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Thu, 31 Aug 2023 15:00:28 +0200 Subject: [PATCH] misc: Add configuration file for typos This is a preparation to run the typos utility on the repo. Signed-off-by: Philipp Schuster --- .typos.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..8dd1f8d66 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,21 @@ +# Configuration for https://github.com/crate-ci/typos + +[files] +extend-exclude = [ + "hypervisor/src/kvm/x86_64/mod.rs", + "resources/linux-config-*", +] + +[default.extend-words] +ba = "ba" +CLASSE = "CLASSE" +conectix = "conectix" +Dake = "Dake" +EXTINT = "EXTINT" +INOUT = "INOUT" +liness = "liness" +outout = "outout" + +[default.extend-identifiers] +fo = "fo" +fpr = "fpr"