Skip to content

Commit daf4cb3

Browse files
removendo logs de debug
1 parent 45b9f68 commit daf4cb3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

entrypoint.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,8 @@ run_reviewdog_with_config() {
5151
}
5252

5353
separate_violations() {
54-
echo "📝 DEBUG: Conteúdo do CODENARC_RESULT:"
55-
cat "$CODENARC_RESULT"
56-
echo "📝 DEBUG: Fim do CODENARC_RESULT"
57-
5854
grep -E ':[0-9]+:' "$CODENARC_RESULT" > "$LINE_VIOLATIONS" || true
5955
grep -E ':null:|\|\|' "$CODENARC_RESULT" > "$FILE_VIOLATIONS" || true
60-
61-
echo "📝 DEBUG: Line violations capturadas:"
62-
[ -s "$LINE_VIOLATIONS" ] && cat "$LINE_VIOLATIONS" || echo "Nenhuma"
63-
echo "📝 DEBUG: File violations capturadas:"
64-
[ -s "$FILE_VIOLATIONS" ] && cat "$FILE_VIOLATIONS" || echo "Nenhuma"
6556
}
6657

6758
run_reviewdog() {

0 commit comments

Comments
 (0)