SbloodyS commented on code in PR #10492:
URL: https://github.com/apache/dolphinscheduler/pull/10492#discussion_r899976923
##########
.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.
That would be great.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]