rust/clippy_dev
bors c1ce78f0b2 Auto merge of #6686 - matthiaskrgr:lintcheck_git, r=flip1995
lintcheck: support git sources

This adds support for git sources in `cargo dev-lintcheck`

You can add a git source to `clippy_dev/lintcheck_crates.toml` by having a `git_url` and a `git_hash` key instead of the `versions` array.
The repo will the be cloned and checked out to the requested commit before checking it with clippy.

Fixes https://github.com/rust-lang/rust-clippy/issues/6642

changelog: lintcheck: support git sources
2021-02-07 13:25:00 +00:00
..
src Auto merge of #6686 - matthiaskrgr:lintcheck_git, r=flip1995 2021-02-07 13:25:00 +00:00
Cargo.toml rename cargo dev crater to cargo dev lintcheck 2021-01-23 02:18:11 +01:00
lintcheck_crates.toml lintcheck: add git source as an example and update logs 2021-02-06 12:11:31 +01:00