Skip to content

Commit ab26169

Browse files
committed
fix(ci): workflow update g
1 parent dea8a44 commit ab26169

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/config/typos.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ whats = "whats"
88
requestor = "requestor"
99
devlop = "devlop"
1010
crate = "crate"
11-
11+
# Handle mis- prefix words
12+
mis-encoding = "mis-encoding"
13+
ba = "ba"
1214

1315
[files]
1416
# File patterns to exclude
@@ -19,10 +21,12 @@ extend-exclude = [
1921
"*.woff",
2022
"*.woff2",
2123
"*.pdf",
22-
"package-lock.json"
24+
"package-lock.json",
25+
"*.mod", # Exclude go.mod files
26+
"*.sum" # Exclude go.sum for consistency
2327
]
2428

2529
[default]
26-
binary = false
2730
check-filename = true
28-
unicode = true
31+
binary = false
32+
ignore-hex = true

0 commit comments

Comments
 (0)