Contains the Block checks that are bundled with the main distribution.
See: Description
| Class Summary | |
|---|---|
| AvoidNestedBlocksCheck | Finds nested blocks. |
| BlockOption | Represents the policy for checking block statements. |
| EmptyBlockCheck | Checks for empty blocks. |
| LeftCurlyCheck |
Checks the placement of left curly braces on types, methods and
other blocks:
|
| LeftCurlyOption |
Represents the options for placing the left curly brace '{'.
|
| NeedBracesCheck |
Checks for braces around code blocks. |
| RightCurlyCheck |
Checks the placement of right curly braces. |
| RightCurlyOption |
Represents the options for placing the right curly brace '}'.
|
Contains the Block checks that are bundled with the main distribution.