Move script lints to script_plugins

The plugins crate now just allows to hook into clippy from a single crate.
This commit is contained in:
Anthony Ramine 2017-02-16 09:18:02 +01:00
parent 84a44a4014
commit 3eed8a91a1
17 changed files with 79 additions and 61 deletions

7
Cargo.lock generated
View file

@ -2038,8 +2038,8 @@ version = "0.0.1"
dependencies = [
"compiletest_helper 0.0.1",
"deny_public_fields 0.0.1",
"plugins 0.0.1",
"script 0.0.1",
"script_plugins 0.0.1",
]
[[package]]
@ -2302,6 +2302,7 @@ dependencies = [
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
"script_layout_interface 0.0.1",
"script_plugins 0.0.1",
"script_traits 0.0.1",
"selectors 0.18.0",
"serde 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2352,6 +2353,10 @@ dependencies = [
"style 0.0.1",
]
[[package]]
name = "script_plugins"
version = "0.0.1"
[[package]]
name = "script_tests"
version = "0.0.1"