github-actions[bot] commented on PR #25086: URL: https://github.com/apache/doris/pull/25086#issuecomment-1751672146
#### `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/6440522621") output. <details> <summary>shellcheck errors</summary> ``` 'shellcheck ' found no issues. ``` </details> <details> <summary>shfmt errors</summary> ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- bin/start_be.sh.orig +++ bin/start_be.sh @@ -209,7 +209,7 @@ exit 1 fi -for var in http_proxy HTTP_PROXY https_proxy HTTPS_PROXY ; do +for var in http_proxy HTTP_PROXY https_proxy HTTPS_PROXY; do if [[ -n ${!var} ]]; then echo "env '${var}' = '${!var}', need unset it using 'unset ${var}'" exit 1 --- bin/start_fe.sh.orig +++ bin/start_fe.sh @@ -138,7 +138,7 @@ exit 1 fi -for var in http_proxy HTTP_PROXY https_proxy HTTPS_PROXY ; do +for var in http_proxy HTTP_PROXY https_proxy HTTPS_PROXY; do if [[ -n ${!var} ]]; then echo "env '${var}' = '${!var}', need unset it using 'unset ${var}'" exit 1 ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ``` </details> -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org