From d90021c5cd6146a89ac74107e705f6192730ab35 Mon Sep 17 00:00:00 2001 From: a-rustacean Date: Sun, 12 Nov 2023 22:43:12 +0530 Subject: [PATCH] chore: add typos config --- .typos.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 00000000..58918b49 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,12 @@ +[files] +extend-exclude = [ + # Author names. + "AUTHORS.md" +] + +[default] +extend-ignore-identifiers-re = [ + # False positives. + "ba", + "ded" +]