HaxePunk/HaxePunk

View on GitHub
examples/screenscale/src/Main.hx

Summary

Maintainability
Test Coverage

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

    public static function main() { new Main(); }

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

Missing package declaration
Open

import haxepunk.Engine;

Checks for empty package names.

There are no issues that match your filters.

Category
Status