HaxePunk/HaxePunk

View on GitHub
tools/Project.hx

Summary

Maintainability
Test Coverage

Wrong indentation character (should be tab)
Open

        height       = "480";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

        projectClass = "Main";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

        frameRate    = "60";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Missing package declaration
Open

import haxe.io.Bytes;
Severity: Info
Found in tools/Project.hx by haxe-checkstyle

Checks for empty package names.

Unused import sys.io.FileInput detected
Open

import sys.io.FileInput;
Severity: Info
Found in tools/Project.hx by haxe-checkstyle

Checks for unused or duplicate imports.

Wrong indentation character (should be tab)
Open

        width        = "640";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

        var slash:String = "";
Severity: Critical
Found in tools/Project.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

There are no issues that match your filters.

Category
Status