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

2 lines
251 B
Plaintext

For completeness, a ``++switch++`` over the values of an ``++enum++`` must either address each value in the ``++enum++`` or contain a ``++default++`` case. ``++switch++`` statements that are not over ``++enum++`` must end with a ``++default++`` case.