Skip to content

Commit 45944f6

Browse files
Exclude clippy lints from tidy license check
1 parent fa94c5c commit 45944f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
4141
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
4242
"cssparser-macros", // MPL-2.0, rustdoc
4343
"selectors", // MPL-2.0, rustdoc
44+
"clippy_lints", // MPL-2.0 rls
4445
];
4546

4647
pub fn check(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)