From 02bbc4183cb2b89dd015d0a813f912dba63fec50 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:44:18 +0800 Subject: [PATCH] add config for codespell lint job --- _typos.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..6811af6 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,4 @@ +[default.extend-words] +# Don't correct the name "Jon Atack". +Atack = "Atack" +optin = "optin"