Skip to content

Commit da74ae6

Browse files
GH-46482: [CI][Dev] Add shellcheck files without change (#46483)
### Rationale for this change We are trying to implement shellcheck on all sh files in #44748. ### What changes are included in this PR? These files already passed without change. This change is necessary for check other files. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #46482 Authored-by: Hiroyuki Sato <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 1c252fb commit da74ae6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,19 @@ repos:
194194
(
195195
?^ci/scripts/c_glib_build\.sh$|
196196
?^ci/scripts/c_glib_test\.sh$|
197+
?^ci/scripts/conan_setup\.sh$|
198+
?^ci/scripts/download_tz_database\.sh$|
199+
?^ci/scripts/install_azurite\.sh$|
200+
?^ci/scripts/install_ceph\.sh$|
201+
?^ci/scripts/install_spark\.sh$|
202+
?^ci/scripts/integration_dask\.sh$|
203+
?^ci/scripts/msys2_system_upgrade\.sh$|
204+
?^ci/scripts/util_free_space\.sh$|
197205
?^c_glib/test/run-test\.sh$|
206+
?^cpp/build-support/build-lz4-lib\.sh$|
207+
?^cpp/build-support/build-zstd-lib\.sh$|
208+
?^cpp/build-support/get-upstream-commit\.sh$|
209+
?^cpp/build-support/update-thrift\.sh$|
198210
?^dev/release/05-binary-upload\.sh$|
199211
?^dev/release/07-binary-verify\.sh$|
200212
?^dev/release/binary-recover\.sh$|

0 commit comments

Comments
 (0)