pixijs/pixi-haxe

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

Summary

Maintainability
Test Coverage

Parameter definition of skin masks member of same name
Open

    public function sortPathConstraintAttachment(skin: Skin, slotIndex: Float, slotBone: Bone): Void;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Parameter definition of bones masks member of same name
Open

    public function sortReset(bones: Array<Bone>): Void;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Empty line required after package declaration
Open

import pixi.plugins.spine.core.attachments.Attachment;

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.

Trailing whitespace
Open

extern class Skeleton 

Checks if there are any trailing white spaces.

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

{

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

There are no issues that match your filters.

Category
Status