Skip to main content

Quality Gate

Before merging to main, the following must pass:

  1. npm run lint
  2. npm run typecheck (atau setara)
  3. npm test (if tests are available)
  4. npm run build

Minimum Review Checklist

  • Arsitektur & data flow jelas.
  • Input validation ada.
  • Error handling is safe and explicit.
  • Potensi security issue diperiksa.
  • Dampak ke maintainability dipertimbangkan.