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

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/4731719402";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   
   'shellcheck ' returned error 1 finding the following syntactical issues:
   
   ----------
   
   In build.sh line 394:
   rm -rf ${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/doris/thrift 
${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/parquet
          ^-----------^ SC2086 (info): Double quote to prevent globbing and 
word splitting.
                                                                         
^-----------^ SC2086 (info): Double quote to prevent globbing and word 
splitting.
   
   Did you mean: 
   rm -rf "${DORIS_HOME}"/fe/fe-core/src/main/java/org/apache/doris/thrift 
"${DORIS_HOME}"/fe/fe-core/src/main/java/org/apache/parquet
   
   
   In build.sh line 395:
   cp -r build/gen_java/org/apache/doris/thrift 
${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/doris
                                                ^-----------^ SC2086 (info): 
Double quote to prevent globbing and word splitting.
   
   Did you mean: 
   cp -r build/gen_java/org/apache/doris/thrift 
"${DORIS_HOME}"/fe/fe-core/src/main/java/org/apache/doris
   
   
   In build.sh line 396:
   cp -r build/gen_java/org/apache/parquet 
${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/
                                           ^-----------^ SC2086 (info): Double 
quote to prevent globbing and word splitting.
   
   Did you mean: 
   cp -r build/gen_java/org/apache/parquet 
"${DORIS_HOME}"/fe/fe-core/src/main/java/org/apache/
   
   For more information:
     https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing 
...
   ----------
   
   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:
   
   ----------
   --- build.sh.orig
   +++ build.sh
   @@ -395,7 +395,6 @@
    cp -r build/gen_java/org/apache/doris/thrift 
${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/doris
    cp -r build/gen_java/org/apache/parquet 
${DORIS_HOME}/fe/fe-core/src/main/java/org/apache/
    
   -
    # Assesmble FE modules
    FE_MODULES=''
    BUILD_DOCS='OFF'
   ----------
   
   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