Reproduction:
{
"rules": {
"template-conditional-complexity": [true, 4]
}
}
<ng-template [ngIf]="a === '3' || (b === '3' && c.d !== '1'
&& e.f !== '6' && q !== g && x === '1')">
something
</ng-template>
Expected behavior:
Failure.
Actual behavior:
No failure.