We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eab33 commit 4eeb460Copy full SHA for 4eeb460
crates/typos-cli/src/default_types.rs
@@ -93,7 +93,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
93
("fut", &["*.fut"]),
94
("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
95
("gn", &["*.gn", "*.gni"]),
96
- ("go", &["*.go", "go.mod"]),
+ ("go", &["*.go"]),
97
("gradle", &["*.gradle"]),
98
("groovy", &["*.groovy", "*.gradle"]),
99
("gzip", &["*.gz", "*.tgz"]),
0 commit comments