You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t would be handy to introduce a new linter that detects while(TRUE) constructs and suggests adopting repeat for clearer infinite loop indication. In the same linter, a feature could be developed to identify while(FALSE) constructs, signaling unreachable code or potentially as an additional feature of the existing unreachable_code_linter.
The text was updated successfully, but these errors were encountered:
t would be handy to introduce a new linter that detects
while(TRUE)
constructs and suggests adoptingrepeat
for clearer infinite loop indication. In the same linter, a feature could be developed to identifywhile(FALSE)
constructs, signaling unreachable code or potentially as an additional feature of the existingunreachable_code_linter
.The text was updated successfully, but these errors were encountered: