Auto merge of #9941 - Ms2ger:tidy-ignore, r=jdm

Update the list of files tidy ignores.

The deque file was removed in favour of an external crate.

The sync and sync_css directories are automatically created when updating the
in-tree copies of the wpt and css tests.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9941)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-09 21:44:35 +05:30
commit 25c6c29a27

View file

@ -27,8 +27,6 @@ ignored_files = [
os.path.join(".", "resources", "hsts_preload.json"), os.path.join(".", "resources", "hsts_preload.json"),
os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"), os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"),
os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"), os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"),
# MIT license
os.path.join(".", "components", "util", "deque", "mod.rs"),
# Hidden files # Hidden files
os.path.join(".", "."), os.path.join(".", "."),
] ]
@ -41,6 +39,8 @@ ignored_dirs = [
os.path.join(".", "tests", "wpt", "harness"), os.path.join(".", "tests", "wpt", "harness"),
os.path.join(".", "tests", "wpt", "update"), os.path.join(".", "tests", "wpt", "update"),
os.path.join(".", "tests", "wpt", "web-platform-tests"), os.path.join(".", "tests", "wpt", "web-platform-tests"),
os.path.join(".", "tests", "wpt", "sync"),
os.path.join(".", "tests", "wpt", "sync_css"),
os.path.join(".", "python", "mach"), os.path.join(".", "python", "mach"),
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser"),
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply"),