HaxePunk/HaxePunk

View on GitHub
haxepunk/Scene.hx

Summary

Maintainability
Test Coverage

Too many consecutive empty lines (> 1)
Open


Severity: Minor
Found in haxepunk/Scene.hx by haxe-checkstyle

Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

Function parameter p = null should be ?p
Open

    public function collideLine(type:String, fromX:Int, fromY:Int, toX:Int, toY:Int, precision:Int = 1, p:Vector2 = null):Entity
Severity: Info
Found in haxepunk/Scene.hx by haxe-checkstyle

Enforces a style for nullable parameters.

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.

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.

There are no issues that match your filters.

Category
Status