Open Manishearth opened 6 years ago
Looks like the lint levels were changed already, i vaguely recall this happening during the rfc.
Anyone want to add the version flag?
Should the repo itself be moved to the rust-lang
organization now to make it more official?
I certainly wouldn't mind, but rustfmt is still on the nursery and we've been pretty explicitly trailing behind rustfmt on such things.
cc @nrc
On Tue, Oct 23, 2018, 9:38 AM Mazdak Farrokhzad notifications@github.com wrote:
Should the repo itself be moved to the rust-lang organization now to make it more official?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rust-lang-nursery/rust-clippy/issues/3343#issuecomment-432322674, or mute the thread https://github.com/notifications/unsubscribe-auth/ABivSJkfAPtLRL07HlQNYcq0YBkH6aPtks5un0YSgaJpZM4XyA6s .
I'd be happy for the repo to move to rust-lang, but I don't see a great rush. I plan to move rustfmt at some point after the 1.0 release, probably as soon as I have time to do it.
during such a move we could also drop the rust-
prefix on the repo name
The repo was moved to rust-lang
but the rust-
prefix was not dropped.
This is a tracking issue for the RFC "Clippy 1.0" (https://github.com/rust-lang/rfcs/pull/2476).
Steps:
shadow_unrelated
should be moved fromrestriction
topedantic
explicit_iter_loop
andexplicit_into_iter_loop
be moved fromstyle
topedantic
Unresolved questions:
None. The question of uplifts has been split out of this RFC into https://github.com/rust-lang/rust/issues/53224
There isn't a "stabilization" step here per se, though we may consider moving the
clippy-preview
rustup component toclippy
cc @nrc