rspec/rules/S1656/description.adoc

2 lines
220 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
There is no reason to re-assign a variable to itself. Either this statement is redundant and should be removed, or the re-assignment is a mistake and some other value or variable was intended for the assignment instead.