Skip to content

Releases: HaxeCheckstyle/haxe-checkstyle

haxelib release

13 Nov 09:44
Compare
Choose a tag to compare
  • added RightCutlyCheck

haxelib release

07 Nov 13:05
Compare
Choose a tag to compare
  • added new AccessOrderCheck to replace OverrideCheck

haxelib release

13 Jun 06:35
Compare
Choose a tag to compare
  • added LeftCurlyCheck and EmptyBlockCheck

haxelib release

03 Jun 18:35
Compare
Choose a tag to compare
  • improved ReturnCheck
  • haxe 3.1.3 bug fix

haxelib release

02 Jun 00:13
Compare
Choose a tag to compare
  • added -report option for build time reporting (only works with XML report)
  • lot of refctoring

haxelib release

31 May 23:12
Compare
Choose a tag to compare
  • refactoring and cleanup

💥 BREAKING CHANGE 💥

  • Removed NamingCheck as the same results can be achieved by MemberNameCheck, MethodNameCheck, etc

haxelib release

31 May 07:19
Compare
Choose a tag to compare

haxelib release

24 May 17:27
Compare
Choose a tag to compare
  • more checks and bug fixes

haxelib release

21 May 15:47
Compare
Choose a tag to compare
  • Added Cyclomatic Complexity test

haxelib release

21 May 07:03
Compare
Choose a tag to compare
  • 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.