Skip to content

Commit 1fd99cf

Browse files
committed
fix(ci): workflow update c
1 parent e322b84 commit 1fd99cf

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

.github/config/typos.toml

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
[
2+
default.extend-words
113
]
4+
# Custom ignored words
5+
WNat = "WNat"
6+
WNAT = "WNAT"
7+
wNat = "wNat"
8+
bU = "bU"
9+
whats = "whats"
10+
requestor = "requestor"
11+
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

Comments
 (0)