HaxePunk/HaxePunk

View on GitHub
tools/CLI.hx

Summary

Maintainability
Test Coverage

Wrong indentation character (should be tab)
Open

                    if (current.length == 0)
Severity: Critical
Found in tools/CLI.hx by haxe-checkstyle

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

No space between catch and (
Open

        catch(e:String)
Severity: Minor
Found in tools/CLI.hx by haxe-checkstyle

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

Wrong indentation character (should be tab)
Open

                    buffer.write(current);
Severity: Critical
Found in tools/CLI.hx by haxe-checkstyle

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

Left curly should be on new line (only whitespace before curly)
Open

        catch (e:Dynamic) { Log.error(e); }
Severity: Minor
Found in tools/CLI.hx by haxe-checkstyle

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

Missing package declaration
Open

import neko.Lib;
Severity: Info
Found in tools/CLI.hx by haxe-checkstyle

Checks for empty package names.

Unnecessary toplevel import Terminal detected
Open

import Terminal;
Severity: Info
Found in tools/CLI.hx by haxe-checkstyle

Checks for unused or duplicate imports.

There are no issues that match your filters.

Category
Status