rspec/rules/S1439/description.adoc

2 lines
229 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
Any statement or block of statements can be identified by a label, but those labels should be used only on ``while``, ``do-while`` and ``for`` statements. Using labels in any other context leads to unstructured, confusing code.