-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use prefixes with SVGs so they won't clash with the parent app's #2783
Conversation
Code Climate has analyzed commit 9883d66 and detected 0 issues on this pull request. View more on Code Climate. |
|
||
def heroicons?(node) | ||
svg_arg = node.arguments[0].source | ||
svg_arg.match?(/svg[ |(]['|"].[^heroicons|avo]/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[rubocop] reported by reviewdog 🐶
[Corrected] Lint/DuplicateRegexpCharacterClassElement: Duplicate element inside regexp character class
|
||
def heroicons?(node) | ||
svg_arg = node.arguments[0].source | ||
svg_arg.match?(/svg[ |(]['|"].[^heroicons|avo]/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[rubocop] reported by reviewdog 🐶
[Corrected] Lint/DuplicateRegexpCharacterClassElement: Duplicate element inside regexp character class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ with this PR!
Straight to the point!
This PR has been merged into Please check the release guide for more information. |
Description
Fixes #2761
Link to #33
Link to #38
Link to #70
Checklist:
Screenshots & recording
Manual review steps
Manual reviewer: please leave a comment with output from the test if that's the case.