Skip to content

Commit

Permalink
Temporarily ignore duplicated url and deps crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Aug 13, 2019
1 parent 9ad66b6 commit 1fbb3b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions servo-tidy.toml
Expand Up @@ -37,16 +37,19 @@ packages = [
"crossbeam-deque",
"euclid", # https://github.com/servo/rust-webvr/pull/89
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
"idna", # https://github.com/servo/servo/pull/23838
"lock_api",
"log",
"mime",
"mime_guess",
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
"parking_lot",
"parking_lot_core",
"percent-encoding", # https://github.com/servo/servo/pull/23838
"rand_core",
"scopeguard",
"unicase",
"url", # https://github.com/servo/servo/pull/23838
]
# Files that are ignored for all tidy and lint checks.
files = [
Expand Down

0 comments on commit 1fbb3b3

Please sign in to comment.