rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
11.43k stars 1.54k forks source link

Tracking issue for RFC 2476, Clippy 1.0 #3343

Open Manishearth opened 6 years ago

Manishearth commented 6 years ago

This is a tracking issue for the RFC "Clippy 1.0" (https://github.com/rust-lang/rfcs/pull/2476).

Steps:

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 to clippy cc @nrc

Manishearth commented 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?

Centril commented 6 years ago

Should the repo itself be moved to the rust-lang organization now to make it more official?

Manishearth commented 6 years ago

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 .

nrc commented 6 years ago

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.

oli-obk commented 6 years ago

during such a move we could also drop the rust- prefix on the repo name

retep998 commented 4 years ago

The repo was moved to rust-lang but the rust- prefix was not dropped.