HaxePunk/HaxePunk

View on GitHub

Showing 149 of 149 total issues

Missing package declaration
Open

import haxepunk.Engine;

Checks for empty package names.

Unused import haxepunk.Entity detected
Open

import haxepunk.Entity;

Checks for unused or duplicate imports.

Unused import haxepunk.HXP detected
Open

import haxepunk.HXP;
Severity: Info
Found in haxepunk/input/Gamepad.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxepunk.math.Rectangle detected
Open

import haxepunk.math.Rectangle;

Checks for unused or duplicate imports.

No whitespace after ,
Open

    public static var NUMBER_MAX_VALUE(get,never):Float;
Severity: Minor
Found in haxepunk/math/MathUtil.hx by haxe-checkstyle

Checks for whitespace after a token.

No space around +
Open

            pos.y = points[index+1];

Spacing check on if, for, while, switch, try statements and around operators.

No space around +
Open

        for (segment in 0...segments+1)

Spacing check on if, for, while, switch, try statements and around operators.

Wrong indentation character (should be tab)
Open

        var slash:String = "";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Unused import haxepunk.Entity detected
Open

import haxepunk.Entity;

Checks for unused or duplicate imports.

Severity
Category
Status
Source
Language