rspec/rules/S128/description.adoc
2020-06-30 10:16:44 +02:00

2 lines
235 B
Plaintext

When the execution is not explicitly terminated at the end of a switch case, it continues to execute the statements of the following case. While this is sometimes intentional, it often is a mistake which leads to unexpected behavior.