Skip to content

Commit 5c6c353

Browse files
committed
Add lintcheck to packages linted by dogfood test
1 parent b72e451 commit 5c6c353

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/dogfood.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ fn dogfood_clippy() {
2020
}
2121

2222
// "" is the root package
23-
for package in &["", "clippy_dev", "clippy_lints", "clippy_utils", "rustc_tools_util"] {
23+
for package in &[
24+
"",
25+
"clippy_dev",
26+
"clippy_lints",
27+
"clippy_utils",
28+
"lintcheck",
29+
"rustc_tools_util",
30+
] {
2431
run_clippy_for_package(package, &["-D", "clippy::all", "-D", "clippy::pedantic"]);
2532
}
2633
}

0 commit comments

Comments
 (0)