mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #8451 - Ms2ger:tidy-sync, r=frewsxcv
Ignore sync directories in test-tidy. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8451) <!-- Reviewable:end -->
This commit is contained in:
commit
6772461002
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