rust-lang / rust-lang/rust-clippy
Make -Wlintname work as a shortcut for -Wclippy::lintname
Open
Nobody has claimed this yet.
C-enhancement
- Dominant language
- Rust
- Stars
- 13.5k
- Forks
- 2.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 32
Description
This task spawned off of https://github.com/rust-lang/rust-clippy/issues/3837, we're going to differ implementing this feature as part of the previous issue as it is not a breaking change to add later.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by tracing how the existing -Wclippy::lintname option is recognized, then determine where the -Wlintname alias belongs and verify that both spellings enable the same lint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100