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/ZipWithoutBlock cop that checks patterns like .map { |id| [id] } or .map { [_1] } and can replace them with .zip. (@corsonknowles)Performance/CaseWhenSplat cop error on when node without body. (@viralpraxis)