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