rspec/rules/S3060/description.adoc

2 lines
323 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
There's no valid reason to test ``++this++`` with ``++instanceof++``. The only plausible explanation for such a test is that you're executing code in a parent class conditionally based on the kind of child class ``++this++`` is. But code that's specific to a child class should be _in_ that child class, not in the parent.