Open defidegenerate opened 7 months ago
Why is there no inefficient-state-variable-decrement to detect the decrement case, similar to the inefficient-state-variable-increment case?
inefficient-state-variable-decrement
inefficient-state-variable-increment
Also, the inefficient-state-variable-increment rule doesn't apply to mapping variables based on my testing. In this case, the rule is a false positive.
Why is there no
inefficient-state-variable-decrement
to detect the decrement case, similar to theinefficient-state-variable-increment
case?