Auto merge of #15584 - nox:plugin, r=jdm

Move script lints to script_plugins

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15584)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-16 10:58:19 -08:00 committed by GitHub
commit a099d27f99
17 changed files with 79 additions and 61 deletions

7
Cargo.lock generated
View file

@ -2071,8 +2071,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]]
@ -2335,6 +2335,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)",
@ -2385,6 +2386,10 @@ dependencies = [
"style 0.0.1",
]
[[package]]
name = "script_plugins"
version = "0.0.1"
[[package]]
name = "script_tests"
version = "0.0.1"