rules.SingleBreakOrContinue.md Maven / Gradle / Ivy
Checks that there is at most one `continue` or `break` statement within a looping block (e.g. `for`, `while`, ...)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
Checks that there is at most one `continue` or `break` statement within a looping block (e.g. `for`, `while`, ...)