-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Performance/StringIdentifierArgument
autocorrect broke nokogiri parsing of html
#278
Labels
bug
Something isn't working
Comments
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Dec 27, 2021
…ierArgument` Fixes rubocop#278. This PR fixes a false positive for `Performance/StringIdentifierArgument` when using `attr`. `attr` may not be used because `Style/Attr` registers an offense.
8 tasks
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Dec 27, 2021
…ierArgument` Fixes rubocop#278. This PR fixes a false positive for `Performance/StringIdentifierArgument` when using `attr`. `attr` may not be used because `Style/Attr` registers an offense.
gildesmarais
added a commit
to html2rss/html2rss
that referenced
this issue
Dec 30, 2021
Disable Performance/StringIdentifierArgument because of rubocop/rubocop-performance#278 breaking the specs.
gildesmarais
added a commit
to html2rss/html2rss
that referenced
this issue
Dec 30, 2021
Disable Performance/StringIdentifierArgument because of rubocop/rubocop-performance#278 breaking the specs.
gildesmarais
added a commit
to html2rss/html2rss-configs
that referenced
this issue
Dec 30, 2021
it breaks the code. related issue: rubocop/rubocop-performance#278
gildesmarais
added a commit
to html2rss/html2rss-configs
that referenced
this issue
Dec 30, 2021
it breaks the code. related issue: rubocop/rubocop-performance#278
koic
added a commit
that referenced
this issue
Dec 31, 2021
…string_identifier_argument [Fix #278] Fix a false positive for `Performance/StringIdentifierArgument`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the problem
code.rb
:and
.rubocop.yml
:value
:rubocop -A
:RuboCop version
The text was updated successfully, but these errors were encountered: