Releases: HaxeCheckstyle/haxe-checkstyle
Releases · HaxeCheckstyle/haxe-checkstyle
haxelib release
- added
RightCutlyCheck
haxelib release
- added new
AccessOrderCheck
to replaceOverrideCheck
haxelib release
- added LeftCurlyCheck and EmptyBlockCheck
haxelib release
- improved ReturnCheck
- haxe 3.1.3 bug fix
haxelib release
- added
-report
option for build time reporting (only works with XML report) - lot of refctoring
haxelib release
- refactoring and cleanup
💥 BREAKING CHANGE 💥
- Removed NamingCheck as the same results can be achieved by MemberNameCheck, MethodNameCheck, etc
haxelib release
- added @SuppressWarnings to typedefs and enums
- added DynamicCheck
haxelib release
- more checks and bug fixes
haxelib release
- Added Cyclomatic Complexity test
haxelib release
- NestedForDepth checks for nested for/while loops (default: 1 => max 2 levels)
- NestedIfDepth checks for nested if-else blocks (default: 1 => max 2 levels)
- NestedTryDepth checks for nested try-catch blocks (default: 1 => max 2 levels)
Severity for all Nested*Depth checks is set to ERROR.