github-actions[bot] commented on PR #38239:
URL: https://github.com/apache/doris/pull/38239#issuecomment-2244566928

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/10055363467";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   
   'shellcheck ' returned error 1 finding the following syntactical issues:
   
   ----------
   
   In thirdparty/build-thirdparty.sh line 1788:
   build_azure() {
                 ^-- SC1009 (info): The mentioned syntax error was in this 
brace group.
   
   
   In thirdparty/build-thirdparty.sh line 1789:
       if [[ "${CBUILD_AZURE}" =="OFF" ]]
       ^-- SC1049 (error): Did you forget the 'then' for this 'if'?
       ^-- SC1073 (error): Couldn't parse this if expression. Fix to allow more 
checks.
                                 ^-- SC1035 (error): You are missing a required 
space here.
   
   
   In thirdparty/build-thirdparty.sh line 1792:
       else
       ^-- SC1050 (error): Expected 'then'.
           ^-- SC1072 (error): Unexpected keyword/token. Fix any mentioned 
problems and try again.
   
   For more information:
     https://www.shellcheck.net/wiki/SC1035 -- You are missing a required space 
...
     https://www.shellcheck.net/wiki/SC1049 -- Did you forget the 'then' for 
thi...
     https://www.shellcheck.net/wiki/SC1050 -- Expected 'then'.
   ----------
   
   You can address the above issues in one of three ways:
   1. Manually correct the issue in the offending shell script;
   2. Disable specific issues by adding the comment:
     # shellcheck disable=NNNN
   above the line that contains the issue, where NNNN is the error code;
   3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
   
   
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   thirdparty/build-thirdparty.sh:1789:29: test operator words must consist of 
a single literal
   ----------
   
   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: [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]

Reply via email to