villebro commented on code in PR #2179: URL: https://github.com/apache/datafusion-ballista/pull/2179#discussion_r3660538353
########## dev/rust_lint.sh: ########## @@ -17,9 +17,9 @@ # specific language governing permissions and limitations # under the License. set -e -if ! command -v cargo-tomlfmt &> /dev/null; then - echo "Installing cargo-tomlfmt using cargo" - cargo install cargo-tomlfmt +if ! command -v taplo &> /dev/null; then + echo "Installing taplo using cargo" + cargo install taplo-cli --locked Review Comment: I moved installation logic to `rust_toml_fmt.sh` so it's now contained in only one place. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
