walterddr commented on a change in pull request #7475: URL: https://github.com/apache/pinot/pull/7475#discussion_r715024774
########## 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 +mvn checkstyle:check && exit 0 || exit 1 +mvn spotless:check && exit 0 || exit 1 +mvn enforcer:enforce && exit 0 || exit 1 Review comment: ```suggestion mvn license:check || exit 1 mvn checkstyle:check || exit 1 mvn spotless:check || exit 1 mvn enforcer:enforce || exit 1 ``` -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org