Skip to content
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

Generate lint categories and explanations with declare_clippy_lint #9541

Merged
merged 2 commits into from
Oct 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
253 changes: 30 additions & 223 deletions clippy_dev/src/update_lints.rs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ edition = "2021"
[dependencies]
cargo_metadata = "0.14"
clippy_utils = { path = "../clippy_utils" }
declare_clippy_lint = { path = "../declare_clippy_lint" }
if_chain = "1.0"
itertools = "0.10.1"
pulldown-cmark = { version = "0.9", default-features = false }
Expand Down
620 changes: 620 additions & 0 deletions clippy_lints/src/declared_lints.rs

Large diffs are not rendered by default.

370 changes: 0 additions & 370 deletions clippy_lints/src/lib.register_all.rs

This file was deleted.

11 changes: 0 additions & 11 deletions clippy_lints/src/lib.register_cargo.rs

This file was deleted.

111 changes: 0 additions & 111 deletions clippy_lints/src/lib.register_complexity.rs

This file was deleted.

78 changes: 0 additions & 78 deletions clippy_lints/src/lib.register_correctness.rs

This file was deleted.

22 changes: 0 additions & 22 deletions clippy_lints/src/lib.register_internal.rs

This file was deleted.

Loading