Skip to content

Commit

Permalink
Exclude clippy lints from tidy license check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 14, 2018
1 parent fa94c5c commit 45944f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
"cssparser-macros", // MPL-2.0, rustdoc
"selectors", // MPL-2.0, rustdoc
"clippy_lints", // MPL-2.0 rls
];

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

0 comments on commit 45944f6

Please sign in to comment.