HaxePunk/HaxePunk

View on GitHub
backend/flash/haxepunk/_internal/MouseInput.hx

Summary

Maintainability
Test Coverage

Right curly should be alone on a new line
Open

        }, false, 2);

Checks the placement of right curly braces (}) for code blocks. The policy to verify is specified using the property option.

Left curly should be on new line (only whitespace before curly)
Open

        stage.addEventListener(MouseEvent.MOUSE_WHEEL, function(e:MouseEvent) {

Checks for the placement of left curly braces ({) for code blocks. The policy to verify is specified using the property option.

There are no issues that match your filters.

Category
Status