hiroyuki-sato commented on PR #50861: URL: https://github.com/apache/arrow/pull/50861#issuecomment-5288925844
wildcard workd fine https://github.com/apache/arrow/actions/runs/31764146811/job/94656446242?pr=50861#step:5:114 ``` Status: Downloaded newer image for koalaman/shellcheck:v0.11.0 In r/tools/download_dependencies_R.sh line 41: mkdir -p ${DESTDIR} ^--------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: mkdir -p "${DESTDIR}" In r/inst/build_arrow_static.sh line 29: : ${ARROW_HOME:=$(pwd)} # Only used in default SOURCE/BUILD dirs ^-------------------^ SC2223 (info): This default assignment may cause DoS due to globbing. Quote it. ``` https://github.com/apache/arrow/actions/runs/31764752995/job/94658169328?pr=50861#step:5:176 ``` In c_glib/test/run-test.sh line 33: for module in ${modules[@]}; do ^-----------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements. ``` -- 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]
