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.