Skip to content

Commit e8817c1

Browse files
authored
Fixed checkstyle bonus score
Fixed a bug where with a perfect checkstyle test the checkstyle score was not counted
1 parent 4d4a3f0 commit e8817c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tema3/checker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function checkCodeStyle
2626
fi
2727
else
2828
echo -ne "Checkstyle errors: 0 ............. OK\n"
29+
BAD_BONUS=1
2930
fi
3031
}
3132

0 commit comments

Comments
 (0)