mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Ignore sync directories in test-tidy.
This commit is contained in:
parent
32a91bc656
commit
026994e4be
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ ignored_files = [
|
|||
os.path.join(".", "support", "*"),
|
||||
os.path.join(".", "tests", "wpt", "css-tests", "*"),
|
||||
os.path.join(".", "tests", "wpt", "harness", "*"),
|
||||
os.path.join(".", "tests", "wpt", "sync", "*"),
|
||||
os.path.join(".", "tests", "wpt", "sync_css", "*"),
|
||||
os.path.join(".", "tests", "wpt", "update", "*"),
|
||||
os.path.join(".", "tests", "wpt", "web-platform-tests", "*"),
|
||||
os.path.join(".", "python", "mach", "*"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue