HaxePunk/HaxePunk

View on GitHub

Showing 149 of 149 total issues

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.

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

    public static function createBuffer():GLBuffer { return 0; }

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

Unused import haxepunk.masks.Hitbox detected
Open

import haxepunk.masks.Hitbox;

Checks for unused or duplicate imports.

Detected import haxepunk.Signal from same package haxepunk
Open

import haxepunk.Signal;
Severity: Info
Found in haxepunk/Graphic.hx by haxe-checkstyle

Checks for unused or duplicate imports.

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

    public static function getUniformLocation(_, _):GLUniformLocation { return 0; }

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.IntMap detected
Open

import haxe.ds.IntMap;
Severity: Info
Found in haxepunk/Scene.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxepunk.assets.AssetCache detected
Open

import haxepunk.assets.AssetCache;

Checks for unused or duplicate imports.

Unused import haxepunk.Graphic detected
Open

import haxepunk.Graphic;
Severity: Info
Found in haxepunk/masks/Circle.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxe.ds.Either detected
Open

import haxe.ds.Either;

Checks for unused or duplicate imports.

Detected import haxepunk.masks.Circle from same package haxepunk.masks
Open

import haxepunk.masks.Circle;
Severity: Info
Found in haxepunk/masks/Polygon.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Detected import haxepunk.utils.BlendMode from same package haxepunk.utils
Open

import haxepunk.utils.BlendMode;
Severity: Info
Found in haxepunk/utils/Draw.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxepunk.Signal detected
Open

import haxepunk.Signal;

Checks for unused or duplicate imports.

Wrong indentation character (should be tab)
Open

        width        = "640";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

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

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

abstract BlendMode(Int) from Int to Int {
Severity: Minor
Found in haxepunk/utils/BlendMode.hx by haxe-checkstyle

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

No space around +
Open

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

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

Unnecessary toplevel import Terminal detected
Open

import Terminal;
Severity: Info
Found in tools/CLI.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Unused import haxepunk.Entity detected
Open

import haxepunk.Entity;

Checks for unused or duplicate imports.

Unused import entities.Bunny detected
Open

import entities.Bunny;

Checks for unused or duplicate imports.

Unused import haxepunk.input.Input detected
Open

import haxepunk.input.Input;

Checks for unused or duplicate imports.

Unused import haxepunk.input.Input detected
Open

import haxepunk.input.Input;

Checks for unused or duplicate imports.

Severity
Category
Status
Source
Language