pixijs/pixi-haxe

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

Summary

Maintainability
Test Coverage

Invalid method name signature: start (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function start(entry: TrackEntry):Void;

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

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.

Invalid method name signature: dispose (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function dispose(entry: TrackEntry):Void;

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

Detected import pixi.plugins.spine.core.Event from same package pixi.plugins.spine.core
Open

import pixi.plugins.spine.core.Event;

Checks for unused or duplicate imports.

Invalid method name signature: complete (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function complete(entry: TrackEntry):Void;

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

Invalid method name signature: end (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function end(entry: TrackEntry):Void;

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

Invalid method name signature: event (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function event(entry: TrackEntry, event: Event):Void;

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

Invalid method name signature: interrupt (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    @:optional function interrupt(entry: TrackEntry):Void;

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

Trailing whitespace
Open

    

Checks if there are any trailing white spaces.

There are no issues that match your filters.

Category
Status