pan3793 commented on code in PR #4078: URL: https://github.com/apache/kyuubi/pull/4078#discussion_r1061202732
########## bin/docker-image-tool.sh: ########## @@ -227,6 +227,7 @@ Examples: EOF } +# shellcheck disable=SC2199 Review Comment: this is an acceptable approach, we can disable the check first, and fix them one by one in the future. (if the fix is simple, it's fine to fix in place in this PR as well) -- 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]
