File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,12 @@ check_blocking_rules() {
155155 violations_in_diff=$( cat " $VIOLATIONS_FLAG " )
156156
157157 if [ " $violations_in_diff " -eq 1 ]; then
158- echo " ⛔ Violacoes P1 encontradas em linhas alteradas - bloqueando merge"
159- echo " 💡 Corrija as violacoes ou utilize bypass autorizado"
160- exit 1
158+ # echo "⛔ Violacoes P1 encontradas em linhas alteradas - bloqueando merge"
159+ # echo "💡 Corrija as violacoes ou utilize bypass autorizado"
160+ # exit 1
161+
162+ echo " ⛔ Violacoes P1 encontradas em linhas alteradas - DEVERIA bloquear merge"
163+ echo " 🔧 Exit desabilitado temporariamente para monitoramento"
161164 else
162165 echo " ⚠️ Violacoes P1 existem mas fora das linhas alteradas - merge permitido"
163166 fi
You can’t perform that action at this time.
0 commit comments