Skip to content

Commit b6a118c

Browse files
committed
fix:code check test
1 parent 809fea7 commit b6a118c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/checkstyle-pr.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ for module in "${!module_files[@]}"; do
8787
# 捕获输出(包括 stderr)
8888
output=$(cd "$module" && mvn checkstyle:check \
8989
-Dcheckstyle.config.location="$PROJECT_ROOT/checkstyle/huawei-checkstyle.xml" \
90+
-Dcheckstyle.includes="src/main/java/com/tinyengine/it/common/utils/testCheckstyle.java,src/main/java/com/tinyengine/it/test/SampleViolations.java" \
9091
-Dcheckstyle.violationSeverity=warning 2>&1)
9192
mvn_exit=$?
9293
if [ $mvn_exit -ne 0 ]; then

0 commit comments

Comments
 (0)