There was an error while loading. Please reload this page.
1 parent 809fea7 commit b6a118cCopy full SHA for b6a118c
1 file changed
.github/scripts/checkstyle-pr.sh
@@ -87,6 +87,7 @@ for module in "${!module_files[@]}"; do
87
# 捕获输出(包括 stderr)
88
output=$(cd "$module" && mvn checkstyle:check \
89
-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" \
91
-Dcheckstyle.violationSeverity=warning 2>&1)
92
mvn_exit=$?
93
if [ $mvn_exit -ne 0 ]; then
0 commit comments