HaxePunk/HaxePunk

View on GitHub
doc/Main.hx

Summary

Maintainability
Test Coverage

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

class Main { public static function main() {} }
Severity: Minor
Found in doc/Main.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

class Main { public static function main() {} }
Severity: Info
Found in doc/Main.hx by haxe-checkstyle

Checks for empty package names.

There are no issues that match your filters.

Category
Status