pixijs/pixi-haxe

View on GitHub
src/pixi/plugins/spine/core/TextureAtlas.hx

Summary

Maintainability
Test Coverage

OperatorWhitespace policy around violated by ->
Open

    function new(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void);

Checks that whitespace is present or absent around a operators.

Empty line required after package declaration
Open

import haxe.DynamicAccess;

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.

OperatorWhitespace policy around violated by ->
Open

    function new(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void);

Checks that whitespace is present or absent around a operators.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

OperatorWhitespace policy around violated by ->
Open

    function addSpineAtlas(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void): Void;

Checks that whitespace is present or absent around a operators.

Too many consecutive empty lines (> 1)
Open


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.

OperatorWhitespace policy around violated by ->
Open

    function addSpineAtlas(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void): Void;

Checks that whitespace is present or absent around a operators.

OperatorWhitespace policy around violated by ->
Open

    function addSpineAtlas(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void): Void;

Checks that whitespace is present or absent around a operators.

OperatorWhitespace policy around violated by ->
Open

    function new(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void);

Checks that whitespace is present or absent around a operators.

Unused import haxe.DynamicAccess detected
Open

import haxe.DynamicAccess;

Checks for unused or duplicate imports.

OperatorWhitespace policy around violated by ->
Open

    function new(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void);

Checks that whitespace is present or absent around a operators.

OperatorWhitespace policy around violated by ->
Open

    function addSpineAtlas(?atlasText: String, textureLoader: String->(BaseTexture-> Void)->Void, ?callback:TextureAtlas->Void): Void;

Checks that whitespace is present or absent around a operators.

There are no issues that match your filters.

Category
Status