Skip to content

Commit

Permalink
Avoid catching Metadata: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 17, 2023
1 parent 764dd62 commit 4db33f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ index (?:[0-9a-z]{7,40},|)[0-9a-z]{7,40}\.\.[0-9a-z]{7,40}
# data url in quotes
([`'"])data:(?:[^ `'"].*?|)(?:[A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,}).*\g{-1}
# data url
data:[-a-zA-Z=;:/0-9+]*,\S*
\bdata:[-a-zA-Z=;:/0-9+]*,\S*

# https/http/file urls
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]
Expand Down

0 comments on commit 4db33f4

Please sign in to comment.