Skip to content

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”

This break or continue does not refer to any valid loop or statement.

break;

A break or continue cannot be outside a suitable loop or block statement.