From c89f614b1bd66dc9facf674926d26431d3f3807f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 23 Oct 2023 15:41:49 +0200 Subject: [PATCH] Properly configure typos --- .github/workflows/typo_config.toml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/typo_config.toml b/.github/workflows/typo_config.toml index 33a2016..cf92329 100644 --- a/.github/workflows/typo_config.toml +++ b/.github/workflows/typo_config.toml @@ -1,5 +1,12 @@ -[default.extend-words] -# Don't correct the name "Vas" -Vas = "Vas" -# protocoL triggers error -protoco = "protoco" +[files] +extend-exclude = [ + ".git/", + ".github/workflows/typo_config.toml", + "assets/js/*.min.*", +] +ignore-hidden = false +[default] +extend-ignore-re = [ + "Brain tailoRed stImulation protocoL", + "Vas Vasiliadis", +]