Releases
v2.4.2
Compare
Sorry, something went wrong.
No results found
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
You can’t perform that action at this time.