Skip to content

Commit a5d543b

Browse files
committed
fix:code check test
1 parent 5df7d41 commit a5d543b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/checkstyle-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ for module in "${!module_files[@]}"; do
8888
echo " Config file path: ../checkstyle/huawei-checkstyle.xml" && \
8989
ls -l ../checkstyle/huawei-checkstyle.xml && \
9090
mvn checkstyle:check \
91-
-Dcheckstyle.config.location=../checkstyle/huawei-checkstyle.xml \
91+
-Dcheckstyle.config.location=/codecheck/codecheck.xml \
9292
-Dcheckstyle.includes="$file_list" \
9393
-Dcheckstyle.violationSeverity=warning)
9494
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)