Run final quality gates (lint, format, typecheck), fix root causes with minimal changes, and repeat until no errors or warnings remain. Use before completion or handoff.
Run final quality gates (lint, format, typecheck), fix root causes with minimal changes, and repeat until no errors or warnings remain. Use before completion or handoff.
Final Check
Steps
Run lint, format, and typecheck, then verify no errors or warnings exist.
If any errors or warnings are found, identify the root cause and apply the
minimum effective fix.
Re-run lint, format, and typecheck after each fix.
Repeat steps 2 and 3 until all errors and warnings are cleared.