File tree Expand file tree Collapse file tree 3 files changed +5
-90
lines changed
Expand file tree Collapse file tree 3 files changed +5
-90
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[package ]
22name = " lintcheck"
33version = " 0.0.1"
4- authors = [" Matthias Krüger <matthias.krueger@famsik.de> " ]
4+ authors = [" The Rust Clippy Developers " ]
55edition = " 2018"
66
77[dependencies ]
Original file line number Diff line number Diff line change 1- # Clippy Dev Tool
2-
3- The Clippy Dev Tool is a tool to ease Clippy development, similar to ` rustc ` s
4- ` x.py ` .
5-
6- Functionalities (incomplete):
7-
8- ## ` lintcheck `
1+ ## ` cargo lintcheck `
92
103Runs clippy on a fixed set of crates read from
11- ` clippy_dev /lintcheck_crates.toml` and saves logs of the lint warnings into the
4+ ` lintcheck /lintcheck_crates.toml` and saves logs of the lint warnings into the
125repo. We can then check the diff and spot new or disappearing warnings.
136
147From the repo root, run:
158
169```
17- cargo run --target-dir clippy_dev/target --package clippy_dev \
18- --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features lintcheck -- lintcheck
10+ cargo run --target-dir lintcheck/target --manifest-path lintcheck/Cargo.toml
1911```
2012
2113or
2214
2315```
24- cargo dev- lintcheck
16+ cargo lintcheck
2517```
2618
2719By default the logs will be saved into
You can’t perform that action at this time.
0 commit comments