ryankert01 commented on code in PR #758:
URL: https://github.com/apache/mahout/pull/758#discussion_r2650124483
##########
.pre-commit-config.yaml:
##########
@@ -50,3 +50,19 @@ repos:
- testing/utils/.license-header.txt
- --comment-style
- "//"
+
+# Rust Linter
+ - repo: local
+ hooks:
+ - id: rust-fmt
Review Comment:
@dentiny We probably cannot use it because our cargo.toml is not at root,
it's at `qdp/cargo.toml`. https://github.com/apache/mahout/pull/766 WDYT?
--
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]