Misplaced-Break-Or-Continue
Documentation Index
Fetch the complete documentation index at: https://docs.sourcery.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sourcery rule id: misplaced-break-or-continue
Section titled “Sourcery rule id: misplaced-break-or-continue”Description
Section titled “Description”This break or continue does not refer to any valid loop or statement.
break;Explanation
Section titled “Explanation”A break or continue cannot be outside a suitable loop or block statement.