This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
rust support would still be appreciated.
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
fine, i'll play "keep the feature request open" with you.
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
not stale, rust-clippy is an official project as well making it a very good choice.
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
Begone, bot!
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
Keep your forked tongue behind your teeth. I have not passed through fire and death to bandy words with a serving-man till the lightning falls.
(if anyone wants to mark all of these as offtopic, please do. Useless clutter...)
Also adding a note, reminding that this is an open source project and as stated in the issue template:
Note
If this is a request to add a new language, after submitting this issue check out the wiki for more info on how to accomplish that.
So if anyone in the community is willing to dedicate it's free/own time to help out, as the rest of the maintainers do, it will really be appreciated :)
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
If anyone is willing to make the PR, all the installation and commands to integrate clippy are here -> https://github.com/nvuillam/mega-linter/blob/master/megalinter/descriptors/rust.megalinter-descriptor.yml :)
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 馃 label or comment on the issue.
Top'o'the morning to you too, bot.
Clippy is good to help developers writting better code, and do things more than a linter. For example, it will suggest avoiding using the nesting if blocks. Currently, the frame of the super-linter is linting in one file by one file way and Clippy is not suitable in the way. Such that rustfmt is implemented first.
Ref PR#1250