mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Add lintcheck
to packages linted by dogfood
test
This commit is contained in:
parent
b72e451310
commit
5c6c3534d9
@ -20,7 +20,14 @@ fn dogfood_clippy() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// "" is the root package
|
// "" is the root package
|
||||||
for package in &["", "clippy_dev", "clippy_lints", "clippy_utils", "rustc_tools_util"] {
|
for package in &[
|
||||||
|
"",
|
||||||
|
"clippy_dev",
|
||||||
|
"clippy_lints",
|
||||||
|
"clippy_utils",
|
||||||
|
"lintcheck",
|
||||||
|
"rustc_tools_util",
|
||||||
|
] {
|
||||||
run_clippy_for_package(package, &["-D", "clippy::all", "-D", "clippy::pedantic"]);
|
run_clippy_for_package(package, &["-D", "clippy::all", "-D", "clippy::pedantic"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user