petersomogyi commented on a change in pull request #591: HBASE-22981 Remove
unused flags for Yetus
URL: https://github.com/apache/hbase/pull/591#discussion_r321719160
##########
File path: dev-support/hbase_nightly_yetus.sh
##########
@@ -67,6 +64,7 @@
YETUS_ARGS=("--whitespace-tabs-ignore-list=${WHITESPACE_IGNORE_LIST}" "${YETUS_A
YETUS_ARGS=("--sentinel" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--branch=${BRANCH_NAME}" "${YETUS_ARGS[@]}")
YETUS_ARGS=("--tests-filter=${TESTS_FILTER}" "${YETUS_ARGS[@]}")
+YETUS_ARGS=("--ignore-unknown-options=true" "${YETUS_ARGS[@]}")
Review comment:
JDK/Hadoop specific stages do not run all plugins so whitespace, author and
shelldocs are not recognized options there.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services