rspec/rules/S3458/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
231 B
Plaintext

Empty ``++case++`` clauses that fall through to the default are useless. Whether or not such a ``++case++`` is present, the ``++default++`` clause will be invoked. Such ``++case++``s simply clutter the code, and should be removed.