Skip to content

Commit 08d0ec9

Browse files
exit 1 temporiamente desabilitado
1 parent 9d388c4 commit 08d0ec9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

entrypoint.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)