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

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/8389482699";) 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:
   
   ----------
   --- build.sh.orig
   +++ build.sh
   @@ -492,9 +492,9 @@
    
        # If the BE_EXTENSION_IGNORE variable is not empty, remove the modules 
that need to be ignored from FE_MODULES
        if [[ -n "${BE_EXTENSION_IGNORE}" ]]; then
   -        IFS=',' read -r -a ignore_modules <<< "${BE_EXTENSION_IGNORE}"
   +        IFS=',' read -r -a ignore_modules <<<"${BE_EXTENSION_IGNORE}"
            for module in "${ignore_modules[@]}"; do
   -            modules=("${modules[@]/be-java-extensions\/${module}}")
   +            modules=("${modules[@]/be-java-extensions\/${module}/}")
            done
        fi
    fi
   @@ -779,7 +779,7 @@
        extensions_modules+=("preload-extensions")
    
        if [[ -n "${BE_EXTENSION_IGNORE}" ]]; then
   -        IFS=',' read -r -a ignore_modules <<< "${BE_EXTENSION_IGNORE}"
   +        IFS=',' read -r -a ignore_modules <<<"${BE_EXTENSION_IGNORE}"
            new_modules=()
            for module in "${extensions_modules[@]}"; do
                module=${module// /}
   ----------
   
   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