hiroyuki-sato commented on code in PR #50610: URL: https://github.com/apache/arrow/pull/50610#discussion_r3645396491
########## .pre-commit-config.yaml: ########## Review Comment: @raulcd Once I fix the remaining six files in `ci/scripts`, we should be able to remove that part. * `ci/scripts/r_docker_configure.sh`: SC2006 SC2046 SC2086 SC2223 * `ci/scripts/r_install_system_dependencies.sh`: SC2006 SC2223 * `ci/scripts/r_sanitize.sh`: SC2086 SC2155 SC2223 * `ci/scripts/r_test.sh`: SC1091 SC2086 SC2223 * `ci/scripts/r_valgrind.sh`: SC2046 SC2086 SC2223 * `ci/scripts/r_windows_build.sh`: SC2011 SC2034 SC2035 SC2046 SC2086 SC2155 SC2223 We’re almost there 😄 -- 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]
