mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #9908 - UK992:tidy-fix, r=ecoal95
Check tidy for "support/android/build-apk/" Fixes #9893 r? @ecoal95 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9908) <!-- Reviewable:end -->
This commit is contained in:
commit
e3bea4f887
2 changed files with 15 additions and 12 deletions
|
@ -35,7 +35,8 @@ ignored_files = [
|
|||
|
||||
ignored_dirs = [
|
||||
# Upstream
|
||||
os.path.join(".", "support"),
|
||||
os.path.join(".", "support", "android", "apk"),
|
||||
os.path.join(".", "support", "rust-task_info"),
|
||||
os.path.join(".", "tests", "wpt", "css-tests"),
|
||||
os.path.join(".", "tests", "wpt", "harness"),
|
||||
os.path.join(".", "tests", "wpt", "update"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue