Skip to content

Commit 7a15515

Browse files
committed
fix(ci): workflow
1 parent 7a3866c commit 7a15515

File tree

1 file changed

+19
-33
lines changed

1 file changed

+19
-33
lines changed

.github/config/typos.toml

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,22 @@
1-
[
2-
default
3-
]
4-
extend-ignore-re = [
5-
"WNat",
6-
"WNAT",
7-
"wNat",
8-
"bU",
9-
"whats",
10-
"requestor",
11-
"devlop",
12-
"crate"
13-
]
1+
[default.extend-words]
2+
# These are custom ignored words
3+
WNat = "WNat"
4+
WNAT = "WNAT"
5+
wNat = "wNat"
6+
bU = "bU"
7+
whats = "whats"
8+
requestor = "requestor"
9+
devlop = "devlop"
10+
crate = "crate"
1411

15-
[
16-
type.md
17-
]
18-
check-file = true
19-
extend-ignore-identifiers-re = [
20-
"WNat",
21-
"WNAT",
22-
"wNat"
23-
]
24-
25-
[
26-
files
27-
]
12+
[files]
13+
# File patterns to exclude
2814
extend-exclude = [
29-
"*.svg",
30-
"*.png",
31-
"*.jpg",
32-
"*.woff",
33-
"*.woff2",
34-
"*.pdf",
35-
"package-lock.json"
15+
"*.svg",
16+
"*.png",
17+
"*.jpg",
18+
"*.woff",
19+
"*.woff2",
20+
"*.pdf",
21+
"package-lock.json"
3622
]

0 commit comments

Comments
 (0)