From 9df5a775160dfe5f4c2965a021260488790e2f71 Mon Sep 17 00:00:00 2001 From: "yilun.sun" Date: Mon, 25 Mar 2024 17:57:52 +0800 Subject: [PATCH] fix: add configuration for `typos` - disable spell checking of commit hash in `CHANGELOG.md` --- _typos.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..b325470 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,2 @@ +[default] +extend-ignore-re = ["\\(\\[([a-z0-9]{7})\\]\\("]