Class | Description |
---|---|
ElseBlockBracesRule | Rule that checks that else blocks use braces rather than a single statement. |
ForStatementBracesRule | Rule that checks that for statements use braces rather than a single statement. |
IfStatementBracesRule | Rule that checks that if statements use braces rather than a single statement. |
WhileStatementBracesRule | Rule that checks that while statements use braces rather than a single statement. |