Performance
Rules to help identify possible performance issues.
Rule | Summary |
---|---|
performance/defer-assignment | Assignment can be deferred |
performance/non-loop-expression | Non loop expression in loop |
performance/walk-no-path | Call to `walk` can be optimized |
performance/with-outside-test-context | `with` used outside of test context |