servo: Merge #8451 - Ignore sync directories in test-tidy (from Ms2ger:tidy-sync); r=frewsxcv
Source-Repo: https://github.com/servo/servo Source-Revision: 6772461002637cf4ae174a1c49d4418487f48cb9
This commit is contained in:
@@ -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", "*"),
|
||||
|
||||
Reference in New Issue
Block a user