You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/17 10:07:58 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on a diff in pull request #10492: Open checkstyle, change checkstyle severity from info to warning

ruanwenjun commented on code in PR #10492:
URL: https://github.com/apache/dolphinscheduler/pull/10492#discussion_r899975830


##########
.github/workflows/api-test.yml:
##########
@@ -65,7 +65,7 @@ jobs:
           ./mvnw -B clean install \
           -Dmaven.test.skip \
           -Dmaven.javadoc.skip \
-          -Dmaven.checkstyle.skip \
+          -Dcheckstyle.skip=true \

Review Comment:
   I think we can skip, we need to add a single checkstyle task, this need to wait we solve the all exist code format errors.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org