Infinite Loop
Detect obvious infinite loops
#Metadata
#Why it matters
Detect obvious infinite loops:while (true) and for(;;) without break, return, or throw in the loop body.
#Remediation
Detect obvious infinite loops:while (true) and for(;;) without break, return, or throw in the loop body.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.infinite-loop.rule.yaml.