Context
PR #62 added a weekly qlty-health full-codebase scan (.github/workflows/qlty.yml) that runs in informational mode via no-fail: true. This suppresses non-zero exits so the scan never blocks, while pre-existing qlty debt is still present in the codebase.
Task
Once the existing qlty findings surfaced by the weekly health scan are resolved, remove no-fail: true from the qlty-health job so the scheduled scan can fail on regressions (it already runs at fail-level: high).
Acceptance criteria
Tracked from PR #62 review.
Context
PR #62 added a weekly
qlty-healthfull-codebase scan (.github/workflows/qlty.yml) that runs in informational mode viano-fail: true. This suppresses non-zero exits so the scan never blocks, while pre-existing qlty debt is still present in the codebase.Task
Once the existing qlty findings surfaced by the weekly health scan are resolved, remove
no-fail: truefrom theqlty-healthjob so the scheduled scan can fail on regressions (it already runs atfail-level: high).Acceptance criteria
no-fail: trueremoved from theqlty-healthjob in.github/workflows/qlty.yml.Tracked from PR #62 review.