Skip to content

Commit

Permalink
Comment out false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Oct 26, 2023
1 parent 8795470 commit 46a7610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ customObjectInstantitationMethod
# base64 encoded content
([`'"])[-a-zA-Z=;:/0-9+]+=\g{-1}
# base64 encoded content in xml/sgml
>[-a-zA-Z=;:/0-9+]+=</
# Commented out because of false positives
# >[-a-zA-Z=;:/0-9+]+=</
# base64 encoded content, possibly wrapped in mime
(?:^|[\s=;:?])[-a-zA-Z=;:/0-9+]{50,}(?:[\s=;:?]|$)

Expand Down

0 comments on commit 46a7610

Please sign in to comment.