Skip to content

Commit 0530fb8

Browse files
committed
Ignore most obvious URLs from spell checking
1 parent 690be92 commit 0530fb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/spelling/patterns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ FirecREST
44

55
# markdown figure
66
^!\[.*\]\(.*\)$
7+
8+
# Most obvious URLs
9+
https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)

0 commit comments

Comments
 (0)