ndimiduk commented on code in PR #253:
URL: https://github.com/apache/yetus/pull/253#discussion_r853143319
##########
precommit/src/main/shell/plugins.d/shellcheck.sh:
##########
@@ -62,6 +62,7 @@ function shellcheck_precheck
if ! verify_command "shellcheck" "${SHELLCHECK}"; then
add_vote_table_v2 0 shellcheck "" "Shellcheck was not available."
delete_test shellcheck
+ return 0
Review Comment:
None of the other branches below need an explicit return value?
--
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]