-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[Book]: Add new section for collections of lints, that focus on the same problem
A-documentation
Area: Adding or improving documentation
#11808
opened Nov 14, 2023 by
tigerros
Most commonly ignored lints on crates.io
A-category
Area: Categorization of lints
C-tracking-issue
Category: Tracking Issue
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#7666
by dtolnay
was closed Oct 9, 2022
Checking for (integer) constants in lints is inconsistent and does not handle all cases (e.g., static constants)
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
#6365
opened Nov 22, 2020 by
mlegner
Lint for calculating remainder with divisor of -1
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#6321
by mlegner
was closed Nov 28, 2020
ICE: unnested_or_patterns while checking rustc_typeck
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#5780
by matthiaskrgr
was closed Jul 13, 2020
Consistently naming lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
Merge some lints together
A-documentation
Area: Adding or improving documentation
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
S-needs-discussion
Status: Needs further discussion before merging or work can be started
extend modulo_one lint with modulo_zero (because it also fails)
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
#663
by llogiq
was closed Mar 3, 2016
ProTip!
Add no:assignee to see everything that’s not assigned.