Skip to content

Commit 709e3a9

Browse files
authored
ci: Add some cases that need to be ignored in .zhlintrc. (#50)
Signed-off-by: Jianuo Kuang <[email protected]>
1 parent 1b7c82e commit 709e3a9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflows/.zhlintrc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"preset": "default",
33
"rules": {
4+
"skipAbbrs": [
5+
"Mr.",
6+
"Mrs.",
7+
"Dr.",
8+
"Jr.",
9+
"Sr.",
10+
"vs.",
11+
"etc.",
12+
"i.e.",
13+
"e.g.",
14+
"a.k.a",
15+
"Prof.",
16+
"1.",
17+
"2.",
18+
"3.",
19+
"4.",
20+
"5.",
21+
"6.",
22+
"7.",
23+
"8.",
24+
"9.",
25+
"10.",
26+
"11.",
27+
"12.",
28+
"13.",
29+
"14.",
30+
"15.",
31+
"16.",
32+
"17.",
33+
"18.",
34+
"19.",
35+
"20."
36+
],
437
"halfwidthPunctuation": "(),。、"
538
}
639
}

0 commit comments

Comments
 (0)