Skip to content

Commit

Permalink
chore: update checkstyle thresholdNumber to 448
Browse files Browse the repository at this point in the history
  • Loading branch information
edalex-yinzi committed Sep 26, 2024
1 parent ade72b9 commit 114adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Run Checkstyle for all the Java files in the project.
## If the number of errors is either greater or smaller than the threshold, output an error message and exit with status 1.

thresholdNumber=449
thresholdNumber=448

result=$(checkstyle -c checkstyle-config.xml -o checkstyle-report.txt . 2>&1)
echo $result
Expand Down

0 comments on commit 114adb1

Please sign in to comment.