You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Checkstyle error threshold ($thresholdNumber) exceeded with error count of $errorNumber"
exit 1
elif [ $errorNumber -lt $thresholdNumber ]
then
echo "The number of Checkstyle errors has been reduced. Threshold of $thresholdNumber has been reduced to $errorNumber. Please reduce thresholdNumber in checkstyle.sh."