HaxePunk/HaxePunk

View on GitHub
haxepunk/graphics/Spritemap.hx

Summary

Maintainability
Test Coverage

Unused import haxepunk.Graphic detected
Open

import haxepunk.Graphic;

Checks for unused or duplicate imports.

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

        currentAnimation.may(function(anim) {

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

Right curly should be alone on a new line
Open

        }, 0);

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

        return currentAnimation.map(function(anim) {

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

Unused import haxepunk.math.Rectangle detected
Open

import haxepunk.math.Rectangle;

Checks for unused or duplicate imports.

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

        currentAnimation.may(function(anim) {

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

Unused import haxe.ds.Either detected
Open

import haxe.ds.Either;

Checks for unused or duplicate imports.

Unused import haxepunk.Signal detected
Open

import haxepunk.Signal;

Checks for unused or duplicate imports.

There are no issues that match your filters.

Category
Status