-
-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request]: rustfmt #4934
Comments
I'm not sure of this statement but I feel like other packaged rust "distributions" already include rustfmt and clippy. |
Yes, they do. But we can still have the tool as a standalone package. Can you raise a PR for it? |
I'm going to give it a try after I look at the contributing guide. |
@rashil2000 Sorry, is there a guide or something ? I found https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md but I'm unsure how to go about it. Do I clone the whole repository and then add it as a custom local bucket to my scoop install, then make changes, commit to my fork and create the pull request ? |
You can just create a JSON file, write stuff into it, and test installation using If everything goes fine, fork the repo and upload the JSON file into the "bucket" folder. Then create a PR. |
I took a look at this and I'm encountering two problems.
|
There's a field called
That's fine, we can include only that. |
Thank you. I found the |
The rustfmt binary has the rust toolchain as a runtime dependency and installation from outside of rustup is on life-support from the looks of it so I don't see the use case of going ahead with this on scoop. |
Prerequisites
Criteria
Name
rustfmt
Description
A tool for formatting Rust code according to style guidelines.
Homepage
https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=
Download Link(s)
https://github.com/rust-lang/rustfmt/releases/tag/v1.6.0
Some Indication of Popularity/Repute
5.2K stars, this is the most used formatting tool for Rust.
The text was updated successfully, but these errors were encountered: