From 5895ec8aa52437cc3625be5977a98fa4b186f2d5 Mon Sep 17 00:00:00 2001 From: Felix021 Date: Mon, 2 Oct 2023 14:16:00 +0800 Subject: [PATCH] Update _typos.toml to ignore go.mod --- _typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index 01fa9e6..47b5bea 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"]