From 1f599ab18f022a15d5dd6f7782e4da43163eb5d9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 29 Apr 2024 23:59:25 +0200 Subject: [PATCH] test(typos): ignore colors definition --- _typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_typos.toml b/_typos.toml index e5c26af..a2f7f59 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,3 +1,7 @@ +[default] +# Ignore string that look like colors definitions +extend-ignore-re = ['[a-fA-F0-9]{6}'] + [default.extend-words] doas = "doas" edn = "edn"