rspec/rules/S1751/highlighting.adoc

7 lines
246 B
Plaintext

=== Highlighting
* primary: first line of the loop statement
* secondary: all the nested control flow statements ``++return++``, ``++break++``, ``++throw++`` or ``++goto++`` leading to have at most one iteration
message: 'The loop stops here.'