-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
choreInternal cleanup, maintenance, or refactoringInternal cleanup, maintenance, or refactoringrefactor
Description
Description
Eliminate all -- luacheck: ignore 561 comments by refactoring the underlying code patterns.
Warning 561 ("loop can be executed at most once") indicates loops with unconditional returns/breaks. These should be refactored to cleaner patterns (direct conditionals, early returns, etc.) rather than suppressed.
Scope / Affected Files
| File | Line | Function |
|---|---|---|
lua/ghost/test.lua |
63 | on_update |
lua/ghost/status.lua |
370 | build_status_content |
lua/ghost/receiver.lua |
90 | process_session_update |
lua/ghost/response.lua |
110 | flush_pending |
lua/ghost/response.lua |
683 | handle_update |
lua/ghost/health.lua |
31 | check |
lua/ghost/context.lua |
149 | capture |
Total: 7 suppressions across 6 files
Metadata
Metadata
Assignees
Labels
choreInternal cleanup, maintenance, or refactoringInternal cleanup, maintenance, or refactoringrefactor