-
-
Notifications
You must be signed in to change notification settings - Fork 81
Issues: rubocop/rubocop-performance
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
RedundantStringChars is unsafe for autocorrection when string is too short or empty
#471
opened Sep 23, 2024 by
corsonknowles
Detect usages of
methods.include?
and suggest respond_to?
instead
#456
opened Aug 8, 2024 by
jacobobq
Spaceship operator (
<=>
) incorrectly displays rendered as ligature <⇒
in docs
#442
opened Feb 14, 2024 by
sambostock
Autocorrection for Performance/ConstantRegexp is not working with pattern matching
bug
Something isn't working
weird ruby
#438
opened Jan 31, 2024 by
morissetcl
Cop idea: replace
list = list.select {...}
with list.select! {...}
feature request
#432
opened Jan 10, 2024 by
vlad-pisanov
Performance/StringIdentifierArgument for interpolated string doesn't seem to boost performance.
#426
opened Dec 18, 2023 by
mikdiet
Improve the
Performance/RedundantEqualityComparisonBlock
cop
enhancement
#424
opened Dec 15, 2023 by
ydakuka
Cop idea: Native
Hash#slice
vs other slice implementations before native code
#394
opened Nov 25, 2023 by
ydakuka
Make
Performance/RedundantMerge
aware of Hash#update
(or create similar cop)
#393
opened Nov 25, 2023 by
ydakuka
Cop suggestion:
merge({ kv1 })
is faster than merge(kv1)
on Ruby >= 2.7
#372
opened Sep 16, 2023 by
tagliala
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.