Bug fixes
Changes
- #520: Disable
Performance/BigDecimalWithNumericArgumentby default. (@earlopain)
Unclaimed project
Are you a maintainer of rubocop-performance? Claim this project to take control of your public changelog and roadmap.
Changelog
An extension of RuboCop focused on code performance checks.
Performance/BigDecimalWithNumericArgument by default. (@earlopain)it block parameter in Performance cops. ([@koic][])Performance/FixedSize false positive when count is called with a numblock. ([@dvandersluis][])Performance/ZipWithoutBlock cop that checks patterns like .map { |id| [id] } or .map { [_1] } and can replace them with .zip. ([@corsonknowles][])Performance/RedundantStringChars cop error in case of implicit receiver. (@viralpraxis)Performance/Squeeze cop error on frozen AST string node value. (@viralpraxis)