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