We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e322b84 commit 1fd99cfCopy full SHA for 1fd99cf
.github/config/typos.toml
@@ -1,11 +1,34 @@
1
-[typos]
2
-extend-words = [
3
- "WNat",
4
- "requestor",
5
- "devlop",
6
- "bU",
7
- "whats",
8
- "WNAT",
9
- "wNat",
10
- "crate"
+[
+default.extend-words
11
]
+# Custom ignored words
+WNat = "WNat"
+WNAT = "WNAT"
+wNat = "wNat"
+bU = "bU"
+whats = "whats"
+requestor = "requestor"
+devlop = "devlop"
12
+crate = "crate"
13
+ba = "ba"
14
+
15
16
+files
17
+]
18
+# File patterns to exclude
19
+extend-exclude = [
20
+ "*.svg",
21
+ "*.png",
22
+ "*.jpg",
23
+ "*.woff",
24
+ "*.woff2",
25
+ "*.pdf",
26
+ "package-lock.json"
27
28
29
30
+default
31
32
+binary = false
33
+check-filename = true
34
+unicode = true
0 commit comments