We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea8a44 commit ab26169Copy full SHA for ab26169
.github/config/typos.toml
@@ -8,7 +8,9 @@ whats = "whats"
8
requestor = "requestor"
9
devlop = "devlop"
10
crate = "crate"
11
-
+# Handle mis- prefix words
12
+mis-encoding = "mis-encoding"
13
+ba = "ba"
14
15
[files]
16
# File patterns to exclude
@@ -19,10 +21,12 @@ extend-exclude = [
19
21
"*.woff",
20
22
"*.woff2",
23
"*.pdf",
- "package-lock.json"
24
+ "package-lock.json",
25
+ "*.mod", # Exclude go.mod files
26
+ "*.sum" # Exclude go.sum for consistency
27
]
28
29
[default]
-binary = false
30
check-filename = true
-unicode = true
31
+binary = false
32
+ignore-hex = true
0 commit comments