You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/23 17:49:05 UTC

[GitHub] [pinot] Jackie-Jiang commented on a change in pull request #7475: add license checker to linter and fail fast

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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org