From 114adb19dbd1156227b7da634913ff9029f822f6 Mon Sep 17 00:00:00 2001 From: edalex-yinzi Date: Fri, 27 Sep 2024 09:31:56 +1000 Subject: [PATCH] chore: update checkstyle thresholdNumber to 448 --- checkstyle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.sh b/checkstyle.sh index 72563714de..361d37f948 100755 --- a/checkstyle.sh +++ b/checkstyle.sh @@ -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