HaxePunk/HaxePunk

View on GitHub

Showing 149 of 149 total issues

Missing package declaration
Open

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

Checks for empty package names.

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

        Lib.stage.onQuit = function() {

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.

Unused import haxepunk.input.Input detected
Open

import haxepunk.input.Input;

Checks for unused or duplicate imports.

Unused import platformer.GameScene detected
Open

import platformer.GameScene;

Checks for unused or duplicate imports.

Missing package declaration
Open

import haxepunk.HXP;

Checks for empty package names.

Function parameter cursor = null should be ?cursor
Open

    static inline function set_cursor(cursor:Cursor = null):Cursor
Severity: Info
Found in haxepunk/HXP.hx by haxe-checkstyle

Enforces a style for nullable parameters.

Unused import haxepunk.graphics.atlas.Atlas detected
Open

import haxepunk.graphics.atlas.Atlas;
Severity: Info
Found in haxepunk/Screen.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.

Unused import haxepunk.Scene detected
Open

import haxepunk.Scene;

Checks for unused or duplicate imports.

Function parameter options = null should be ?options
Open

    public static function tween(object:Dynamic, values:Dynamic, duration:Float, options:Dynamic = null):MultiVarTween
Severity: Info
Found in haxepunk/HXP.hx by haxe-checkstyle

Enforces a style for nullable parameters.

Missing package declaration
Open

class Main { public static function main() {} }
Severity: Info
Found in doc/Main.hx by haxe-checkstyle

Checks for empty package names.

Unused import haxepunk.Graphic detected
Open

import haxepunk.Graphic;

Checks for unused or duplicate imports.

Unused import haxepunk.masks.Grid detected
Open

import haxepunk.masks.Grid;

Checks for unused or duplicate imports.

Missing package declaration
Open

import haxepunk.HXP;

Checks for empty package names.

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.

Detected import haxepunk.Signal from same package haxepunk
Open

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

Checks for unused or duplicate imports.

Detected import haxepunk.graphics.atlas.AtlasData from same package haxepunk.graphics.atlas
Open

import haxepunk.graphics.atlas.AtlasData;

Checks for unused or duplicate imports.

Unused import haxepunk.HXP detected
Open

import haxepunk.HXP;

Checks for unused or duplicate imports.

Severity
Category
Status
Source
Language