HaxePunk/HaxePunk

View on GitHub
haxepunk/HXP.hx

Summary

Maintainability
Test Coverage

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.

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.

There are no issues that match your filters.

Category
Status