Description
Adds performance-focused checks to RuboCop for Ruby code. It is useful for finding inefficient patterns that can be improved without changing program behavior.
Performance lint findings are suggestions, not proof. Benchmark important changes and avoid making code harder to understand for tiny gains.