Skip to content

Commit 870bf65

Browse files
committed
forbidden, updated allow, updated patterns
1 parent 2d3bcfc commit 870bf65

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ github
22
https
33
solidjs
44
jsx
5+
zeropsio
6+
zerops
7+
58

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
\b(\w{3,})\s\g{-1}\b
2+
\bJavascript\b
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\(data:.*?\)
2+
(['"])data:.*?\g{-1}
3+
data:[-a-zA-Z=;:/0-9+]*,\S*
4+
mailto:[-a-zA-Z=;:/?%&0-9+]*
5+
https?://\S+
6+
www\.\S+
7+

0 commit comments

Comments
 (0)