Matthias Krüger
|
5e29aa6fdf
|
lintcheck: add support for path sources
|
2021-02-11 10:43:04 +01:00 |
|
Matthias Krüger
|
83fcf95f52
|
rename cargo dev crater to cargo dev lintcheck
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
48fc948ca3
|
clippy dev crater: address more review commetns
make serde a feature-dep
save clippy version in the crater log
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
ec1902ce43
|
cargo dev crater: throw an error if we can't find our specified crate in the .toml list
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
6c5bf2778f
|
clippy dev crater: use and parse clippy messages as json message, to get the lint name of a warning
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
62337f2842
|
remove duplicate code and other cleanup
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
588efa7da9
|
use a .toml file to list the crates we want to check
Also sort lint results alphabetically.
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
5353591b1b
|
cargo dev crater: work on downloading and extracting crate sources
|
2021-01-23 02:18:11 +01:00 |
|
David Tolnay
|
e6a71066c8
|
Clippy dev subcommand to build and serve website
|
2020-10-08 06:43:02 -07:00 |
|
Philipp Hansch
|
4b459596a9
|
clippy_dev: Replace lazy_static with SyncLazy
|
2020-10-06 08:18:11 +02:00 |
|
Lzu Tao
|
53880a5bd6
|
Bump itertools
|
2020-03-29 12:50:11 +07:00 |
|
Lzu Tao
|
8794e41728
|
dev: Use bytecount for faster line count
|
2020-02-06 21:39:15 +07:00 |
|
flip1995
|
d51a80c57e
|
Enable deny-warnings feature everywhere in CI
|
2019-11-25 17:23:48 +01:00 |
|
Shotaro Yamada
|
d2daf8ecf6
|
Revert "Workaround cargo bug on Windows"
This reverts commit 248251b3b2 .
This reverts commit 20b7351439 .
|
2019-10-08 14:21:05 +09:00 |
|
Shotaro Yamada
|
248251b3b2
|
Use home::cargo_home
|
2019-10-04 11:11:40 +09:00 |
|
Michael Wright
|
4c771c3478
|
Add dev fmt subcommand
|
2019-07-07 15:11:33 +02:00 |
|
Lzu Tao
|
352f183429
|
Bump clap in clippy_dev
|
2019-06-03 09:36:23 +07:00 |
|
Matthias Krüger
|
873fe11ca5
|
dependencies: update itertools from 0.7 to 0.8
|
2019-01-25 20:25:14 +01:00 |
|
Philipp Hansch
|
7da97a94df
|
Use WalkDir to also gather from subdirectories
`fs::read_dir` does not recurse into subdirectories.
|
2018-10-15 20:44:22 +02:00 |
|
Matthias Krüger
|
91f7e22edf
|
remove cargo edition 2018 feature gate.
Rust and the cargo used to bootstrap was updated in https://github.com/rust-lang/rust/pull/54601 which now has the 2018 edition stabilized.
|
2018-09-30 11:12:24 +02:00 |
|
Matthias Krüger
|
f2ecee3638
|
clippy_dev: port to edition 2018
|
2018-09-23 14:44:06 +02:00 |
|
Philipp Hansch
|
586ef4ed72
|
Refactor to use into_group_map from Itertools
|
2018-09-03 22:18:53 +02:00 |
|
Philipp Hansch
|
35f100b4f9
|
update_lints rewrite: Add structure and --print-only
|
2018-09-03 22:18:51 +02:00 |
|