Skip to content

Commit af50c7b

Browse files
Add double pinyin schemas to patterns
They are not well formed English words so can be rejected by built-in checks. Use regex as a workaround.
1 parent 1e84f0f commit af50c7b

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/actions/spelling/allow.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ ssh
44
ubuntu
55
runcount
66
Firefox
7-
Português
8-
Português (Brasil)

.github/actions/spelling/expect.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,3 @@ metadatas
104104
WMP
105105
VSTHRD
106106
CJK
107-
XiaoHe
108-
ZiRanMa
109-
WeiRuan
110-
ZhiNengABC
111-
ZiGuangPinYin
112-
PinYinJiaJia
113-
XingKongJianDao
114-
DaNiu
115-
XiaoLang

.github/actions/spelling/patterns.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,12 @@
134134
\bčeština\b
135135
\bPortuguês\b
136136
\bIoc\b
137+
\bXiaoHe\b
138+
\bZiRanMa\b
139+
\bWeiRuan\b
140+
\bZhiNengABC\b
141+
\bZiGuangPinYin\b
142+
\bPinYinJiaJia\b
143+
\bXingKongJianDao\b
144+
\bDaNiu\b
145+
\bXiaoLang\b

0 commit comments

Comments
 (0)