Pattern: Malformed brace for method
Issue: -
Checks the location of the opening brace ({
) for constructors and methods. By default, requires them on the same line, but the sameLine
property can be set to false
to override this.
Pattern: Malformed brace for method
Issue: -
Checks the location of the opening brace ({
) for constructors and methods. By default, requires them on the same line, but the sameLine
property can be set to false
to override this.