There was an error while loading. Please reload this page.
1 parent 5df7d41 commit a5d543bCopy full SHA for a5d543b
1 file changed
.github/scripts/checkstyle-pr.sh
@@ -88,7 +88,7 @@ for module in "${!module_files[@]}"; do
88
echo " Config file path: ../checkstyle/huawei-checkstyle.xml" && \
89
ls -l ../checkstyle/huawei-checkstyle.xml && \
90
mvn checkstyle:check \
91
- -Dcheckstyle.config.location=../checkstyle/huawei-checkstyle.xml \
+ -Dcheckstyle.config.location=/codecheck/codecheck.xml \
92
-Dcheckstyle.includes="$file_list" \
93
-Dcheckstyle.violationSeverity=warning)
94
if [ $? -ne 0 ]; then
0 commit comments