Skip to content

Commit 98b5f1f

Browse files
feat: adiciona novos logs pra facilitar leitura de violacoes existentes
1 parent babf2fb commit 98b5f1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@ run_codenarc() {
3131
$includes_arg \
3232
> "$CODENARC_RESULT"
3333

34+
echo ""
3435
echo ""
3536
echo "📋 Saída do CodeNarc:"
3637
echo ""
38+
echo ""
3739
cat "$CODENARC_RESULT"
3840
echo ""
41+
echo ""
3942
}
4043

4144
run_reviewdog_with_config() {

0 commit comments

Comments
 (0)