Skip to content

Commit 298dd84

Browse files
removendo comentarios de debug
1 parent 60e2cb6 commit 298dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ run_reviewdog() {
6868
fi
6969

7070
if [ -s "$FILE_VIOLATIONS" ]; then
71-
> "${FILE_VIOLATIONS}.formatted"
71+
true > "${FILE_VIOLATIONS}.formatted"
7272
while read -r violation; do
7373
if echo "$violation" | grep -q '||'; then
7474
echo "$violation" | sed 's/||/::/'

0 commit comments

Comments
 (0)