typescript:S1264 should not trigger on condition-less for

Sonarlint 1.21.0

Current rule triggers when using a condition-less for loop, which is cleaner than using while with a dummy true constant.

for(;;) {
  // ...
}

Hello @steam,

Welcome back !

Indeed, as you pointed out, the rule should not trigger issues on conditon-less for loops: ticket created.

Best,
Yassin

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.