From e9d181fcb094f0f129197d2c14b266b9aa0285f9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 11 Sep 2024 21:53:05 +0200 Subject: [PATCH] chore: add _typos conf file To avoid false positive when checking typo errors --- _typos.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..a44fcd3 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,11 @@ +[default] +# Ignore string that look like colors definitions +extend-ignore-re = ['[a-fA-F0-9]{6}'] + +[default.extend-words] +doas = "doas" +edn = "edn" + +[type.images] +extend-glob = ["*.png"] +check-file = false