Skip to content

Commit 7f645d4

Browse files
hiroyuki-satokou
andauthored
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]>
1 parent 1229ced commit 7f645d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ repos:
192192
# TODO: Remove this when we fix all lint failures
193193
files: >-
194194
(
195+
?^c_glib/test/run-test\.sh$|
195196
?^ci/scripts/c_glib_build\.sh$|
196197
?^ci/scripts/c_glib_test\.sh$|
197198
?^ci/scripts/conan_setup\.sh$|
@@ -203,18 +204,23 @@ repos:
203204
?^ci/scripts/integration_dask\.sh$|
204205
?^ci/scripts/msys2_system_upgrade\.sh$|
205206
?^ci/scripts/util_free_space\.sh$|
206-
?^c_glib/test/run-test\.sh$|
207207
?^cpp/build-support/build-lz4-lib\.sh$|
208208
?^cpp/build-support/build-zstd-lib\.sh$|
209209
?^cpp/build-support/get-upstream-commit\.sh$|
210210
?^cpp/build-support/update-thrift\.sh$|
211+
?^cpp/examples/minimal_build/run\.sh$|
212+
?^cpp/examples/tutorial_examples/run\.sh$|
211213
?^dev/release/05-binary-upload\.sh$|
212214
?^dev/release/07-binary-verify\.sh$|
213215
?^dev/release/binary-recover\.sh$|
214216
?^dev/release/post-03-binary\.sh$|
215217
?^dev/release/post-10-docs\.sh$|
216218
?^dev/release/post-11-python\.sh$|
219+
?^dev/release/setup-rhel-rebuilds\.sh$|
217220
?^dev/release/utils-generate-checksum\.sh$|
221+
?^python/asv-install\.sh$|
222+
?^python/asv-uninstall\.sh$|
223+
?^swift/gen-protobuffers\.sh$|
218224
)
219225
- repo: https://github.com/scop/pre-commit-shfmt
220226
rev: v3.11.0-1

0 commit comments

Comments
 (0)