-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
regex::bytes::Regex::new("(?-u)."): false pos.: "pattern can match invalid UTF-8"
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#10825
by safinaskar
was closed May 28, 2023
Regex 1.8.0: Valid Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
?P<foo>
-> ?<foo>
triggers lint
C-bug
#10680
by torsteingrindvik
was closed May 18, 2023
Clippy does not check fancy_regex (or friends)
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#10205
opened Jan 16, 2023 by
schneems
clippy::invalid_regex
example doesn't actually trigger the lint
A-documentation
#9194
by Dzejkop
was closed Jul 17, 2022
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
False positive in invalid_regex with unicode class and bytes regex
C-bug
Category: Clippy is not doing the correct thing
#6005
by michaelsproul
was closed Oct 8, 2020
Unrecognized escape sequence
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#4170
by ThomasdenH
was closed Jan 29, 2023
Consistently naming lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
invalid_regex points at the wrong place when raw string is used.
C-bug
Category: Clippy is not doing the correct thing
#2220
by kennytm
was closed Jan 23, 2018
ProTip!
Adding no:label will show everything without a label.