Skip to content

haxe-checkstyle v2.4.2

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 01 Jul 11:38
· 166 commits to dev since this release
5d3428e
  • New check DocCommentStyle #440
  • New check FieldDocComment, fixes #87 (#442 + #444)
  • New check TypeDocComment #440
  • New check RedundantAccessMeta, fixes #193 (#445)
  • New check RedundantAllowMeta, fixes #193 (#445)
  • Added relaxed mode to ConfigParser, fixes #441 (#443)
  • Fixed handling of comments between types in ExtendedEmptyLines #440
  • Fixed unittest and coverage reporting for Haxe 4 #442
  • Fixed indentation calculation for functions bodys without curly braces #443
  • Fixed segmentaion faults in NeedBraces and CatchParameterName checks #443
  • Fixed reported position of EmptyBlock check #444
  • Fixed BrOpen detection in NeedBraces check #446
  • Changed message of NestedForLoop check #443
  • Changed autodetection for nested for/if/try checks to start at zero #444
  • Refactored Checker.getLinePos to use binary search, reduces runtime from O(N/2) to O(log N) #439