From ee33062bc608154751682d64fa7dc3727b5d136c Mon Sep 17 00:00:00 2001 From: CoderPoet Date: Mon, 18 Mar 2024 11:20:14 +0800 Subject: [PATCH] chore(ci_typos): add go.mod to the typos exclusion rule --- _typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index 01fa9e62..47b5bead 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,4 +1,4 @@ # Typo check: https://github.com/crate-ci/typos [files] -extend-exclude = ["go.sum", "check_branch_name.sh"] +extend-exclude = ["go.mod", "go.sum", "check_branch_name.sh"]