Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
handle license check
  • Loading branch information
nrc committed Apr 26, 2018
1 parent 127f9a6 commit 612830d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/tidy/src/deps.rs
Expand Up @@ -45,7 +45,8 @@ 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
"clippy_lints", // MPL-2.0, rls
"colored", // MPL-2.0, rustfmt
];

/// Which crates to check against the whitelist?
Expand Down

0 comments on commit 612830d

Please sign in to comment.