Skip to content

haxelib release

Compare
Choose a tag to compare
@adireddy adireddy released this 21 May 07:03
· 1158 commits to master since this 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.