Skip to content

check for newlines after function parenthesis (AL12)

Kevin Daudt requested to merge al12-newline-opening-brace into master

Verify that the opening bracket of the function body is on the same line as the function declaration. This uncovered a bug in AL11, which is fixed as well.

Merge request reports