FlechazoW commented on code in PR #3939:
URL:
https://github.com/apache/incubator-seatunnel/pull/3939#discussion_r1090342683
##########
.github/workflows/backend.yml:
##########
@@ -302,14 +301,14 @@ jobs:
- name: run all modules unit test
if: needs.changes.outputs.api == 'true'
run: |
- ./mvnw -B -T 1C clean verify -D"maven.test.skip"=false
-D"checkstyle.skip"=true -D"license.skipAddThirdParty"=true
--no-snapshot-updates
+ ./mvnw -B -T 1C clean verify -D"maven.test.skip"=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates
Review Comment:
If 'mvn spotless:apply' has been executed before submitting the code, then
the format of the code is in compliance with the specification, and there is no
need to skip 'spotless:check'
--
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]