about summary refs log tree commit diff
path: root/clippy_lints/src/cargo_common_metadata.rs
AgeCommit message (Collapse)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+2
Specifically caused by https://github.com/rust-lang/rust/pull/67786
2019-12-24do minor cleanupsLzu Tao-3/+1
* ToString and AsRef are in prelude, no need to import them
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-23deps: update cargo_metadata from 0.8.0 to 0.9.0Matthias Krüger-1/+1
2019-10-04Use new format of licensesMateusz Mikuła-1/+1
Co-Authored-By: lzutao <taolzu@gmail.com>
2019-09-22clippy::cargo_common_metadata: check for license-fileCyril Plisko-2/+8
When license property is missing in Cargo.toml check for license-file as it may be used instead of the former. The check implemented here is very naive as it only verifies that the field is present and is not empty. More scrutiny can be applied by verifying the file is actually present. Fixes #4517
2019-09-04Refactor option handlingJeremy Stucki-5/+1
2019-04-17Use lint pass macrosMatthew Kraai-13/+3
Fixes #3917.
2019-03-05move lint documentation into macro invocationsAndy Russell-21/+21
2019-02-10removing redundant closures in the whole projectGrzegorz-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-25chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1Sorin Davidoi-1/+1
Closes https://github.com/rust-lang/rust-clippy/issues/3692.
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-3/+3
This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix.
2018-11-27Run rustfmt on clippy_lintsflip1995-1/+1
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-1/+1
2018-11-13Check for common metadataYusuf Simonson-0/+115