pixijs/pixi-haxe

View on GitHub

Showing 877 of 877 total issues

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

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.

Empty block should be written as {}
Open

{

    
}

Checks for empty blocks. The policy to verify is specified using the property option.

Empty block should be written as {}
Open

{

    
}

Checks for empty blocks. The policy to verify is specified using the property option.

Trailing whitespace
Open

extern class TrackEntry 

Checks if there are any trailing white spaces.

Empty block should be written as {}
Open

{

    
}

Checks for empty blocks. The policy to verify is specified using the property option.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

No whitespace after ,
Open

    @:overload(function(source:Dynamic,?scaleMode:ScaleModes, ?resolution:Float):Void {})

Checks for whitespace after a token.

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.

Left curly should be at EOL (only line break or comment after curly)
Open

    amazon: { tablet:Bool, phone: Bool, device:Bool },

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

Invalid typedef member signature: UNSENT (name should be ~/^[a-z][a-zA-Z0-9]*$/)
Open

    var UNSENT:Int;

Checks that instance variable names conform to a format specified by the format property.

Invalid typedef member signature: TEXT (name should be ~/^[a-z][a-zA-Z0-9]*$/)
Open

    var TEXT:String;

Checks that instance variable names conform to a format specified by the format property.

OperatorWhitespace policy around violated by ->
Open

    function before(fn:Resource -> (Void->Void) -> Void):ResourceLoader;

Checks that whitespace is present or absent around a operators.

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

Trailing whitespace
Open

extern class IkConstraint 

Checks if there are any trailing white spaces.

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.

Severity
Category
Status
Source
Language