I quality gate sono controlli automatizzati nella pipeline che il codice deve superare per procedere — inclusi test, linting, analisi statica, soglie di copertura e scansioni di sicurezza. Applicano standard di qualità automaticamente, impedendo al codice substandard di avanzare verso la produzione.
Cosa sono i quality gate
A QUALITY GATE is an automated CHECK that code must PASS to advance in the pipeline:
→ if the check fails, the pipeline STOPS (code doesn't merge/deploy)
→ enforces standards AUTOMATICALLY and consistently (not relying on humans to remember)
→ "Code must meet these standards to proceed" — automated, objective gates.
