rspec/rules/S1227/description.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

4 lines
155 B
Plaintext

``++break;++`` is an unstructured control flow statement which makes code harder to read.
Ideally, every loop should have a single termination condition.