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
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
The codebase currently contains loops with missing or constant end conditions, which can potentially lead to infinite loops. While such loops may be intentional in some cases, they can also be the result of oversight and may cause the program to hang or behave unexpectedly if not properly managed.
The codebase currently contains loops with missing or constant end conditions, which can potentially lead to infinite loops. While such loops may be intentional in some cases, they can also be the result of oversight and may cause the program to hang or behave unexpectedly if not properly managed.
Reference: avoid-infinite-loops rule
Action Items:
This will help improve code quality and prevent possible runtime problems.
I created this issue for @Its4Nik from #51 (comment).
Tips and commands
Getting Help