Skip to content

Commit

Permalink
Suggest adding https:// to markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 11, 2024
1 parent 581b889 commit 8371bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
# Should be `GitLab`
(?<![&*.]|// |\b(?:from|import|type) )\bGitlab\b(?![{()])

# Should probably be `https://`...
# Markdown generally doesn't assume that links are to urls
\]\(www\.\w

# Should be `JavaScript`
\bJavascript\b

Expand Down

0 comments on commit 8371bf7

Please sign in to comment.