Jackie-Jiang commented on a change in pull request #7475:
URL: https://github.com/apache/pinot/pull/7475#discussion_r715023698



##########
File path: .github/workflows/scripts/.pinot_linter.sh
##########
@@ -26,8 +26,8 @@ ifconfig
 netstat -i
 
 
-mvn rat:check
-mvn checkstyle:check
-mvn spotless:check
-mvn enforcer:enforce
+mvn license:check && exit 0 || exit 1

Review comment:
       Will this skip the following checks?




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to