This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f645d404a GH-46494: [CI][Dev] Add shellcheck files without change 
(#46495)
7f645d404a is described below

commit 7f645d404a16e8c7c939dec70ad61f4ae4de7730
Author: Hiroyuki Sato <[email protected]>
AuthorDate: Mon May 19 14:39:07 2025 +0900

    GH-46494: [CI][Dev] Add shellcheck files without change (#46495)
    
    ### Rationale for this change
    
    We are trying to implement shellcheck on all sh files in #44748.
    
    ### What changes are included in this PR?
    
    Add shell script files which are passed shellcheck without change.
    Sort file names in alphabetical order. relocate `c_glib/test/run-test.sh`.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #46494
    
    Lead-authored-by: Hiroyuki Sato <[email protected]>
    Co-authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .pre-commit-config.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a1b8e9efd7..fe178e0693 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -192,6 +192,7 @@ repos:
         # TODO: Remove this when we fix all lint failures
         files: >-
           (
+          ?^c_glib/test/run-test\.sh$|
           ?^ci/scripts/c_glib_build\.sh$|
           ?^ci/scripts/c_glib_test\.sh$|
           ?^ci/scripts/conan_setup\.sh$|
@@ -203,18 +204,23 @@ repos:
           ?^ci/scripts/integration_dask\.sh$|
           ?^ci/scripts/msys2_system_upgrade\.sh$|
           ?^ci/scripts/util_free_space\.sh$|
-          ?^c_glib/test/run-test\.sh$|
           ?^cpp/build-support/build-lz4-lib\.sh$|
           ?^cpp/build-support/build-zstd-lib\.sh$|
           ?^cpp/build-support/get-upstream-commit\.sh$|
           ?^cpp/build-support/update-thrift\.sh$|
+          ?^cpp/examples/minimal_build/run\.sh$|
+          ?^cpp/examples/tutorial_examples/run\.sh$|
           ?^dev/release/05-binary-upload\.sh$|
           ?^dev/release/07-binary-verify\.sh$|
           ?^dev/release/binary-recover\.sh$|
           ?^dev/release/post-03-binary\.sh$|
           ?^dev/release/post-10-docs\.sh$|
           ?^dev/release/post-11-python\.sh$|
+          ?^dev/release/setup-rhel-rebuilds\.sh$|
           ?^dev/release/utils-generate-checksum\.sh$|
+          ?^python/asv-install\.sh$|
+          ?^python/asv-uninstall\.sh$|
+          ?^swift/gen-protobuffers\.sh$|
           )
   - repo: https://github.com/scop/pre-commit-shfmt
     rev: v3.11.0-1

Reply via email to