HaxePunk/HaxePunk

View on GitHub
haxepunk/utils/DrawContext.hx

Summary

Maintainability
Test Coverage

Unused import haxepunk.Graphic detected
Open

import haxepunk.Graphic;

Checks for unused or duplicate imports.

No space around -
Open

        for (i in 1...last-1)

Spacing check on if, for, while, switch, try statements and around operators.

Detected import haxepunk.utils.Color from same package haxepunk.utils
Open

import haxepunk.utils.Color;

Checks for unused or duplicate imports.

No space around +
Open

        for (segment in 0...segments+1)

Spacing check on if, for, while, switch, try statements and around operators.

Detected import haxepunk.utils.BlendMode from same package haxepunk.utils
Open

import haxepunk.utils.BlendMode;

Checks for unused or duplicate imports.

No space around +
Open

        for (segment in 1...segments+1)

Spacing check on if, for, while, switch, try statements and around operators.

No space around +
Open

            pos.y = points[index+1];

Spacing check on if, for, while, switch, try statements and around operators.

No space around +
Open

        for (segment in 0...segments+1)

Spacing check on if, for, while, switch, try statements and around operators.

Unused import haxepunk.Entity detected
Open

import haxepunk.Entity;

Checks for unused or duplicate imports.

There are no issues that match your filters.

Category
Status