HaxePunk/HaxePunk

View on GitHub
examples/classic/src/platformer/entities/Physics.hx

Summary

Maintainability
Test Coverage

Unused import haxepunk.HXP detected
Open

import haxepunk.HXP;

Checks for unused or duplicate imports.

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

    function get_onGround():Bool { return _onGround; }

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