Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

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 ?P<foo> -> ?<foo> triggers lint C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#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 Area: Adding or improving documentation C-bug Category: Clippy is not doing the correct thing
#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
#2845 opened Jun 14, 2018 by clarfonthey 1.0
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.