From f13542c04e03421644bb8b593b4d17bf4ea372b3 Mon Sep 17 00:00:00 2001 From: Zhenchi Date: Tue, 9 Apr 2024 06:42:30 +0000 Subject: [PATCH] chore: typo check exclude CONTRIBUTORS Signed-off-by: Zhenchi --- CONTRIBUTORS | 1 + typos.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b5873e67..d63993e6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,6 +7,7 @@ Dotan Simha iGxnon Jiang Yinzuo Jonathan Chuang +Lewis Hallam Mark Van de Vyver piercetrey-figure Renkai Ge diff --git a/typos.toml b/typos.toml index 01f876a5..364c3275 100644 --- a/typos.toml +++ b/typos.toml @@ -1,2 +1,2 @@ [files] -extend-exclude = ["*.svg"] +extend-exclude = ["*.svg", "CONTRIBUTORS"]