diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-08 12:27:08 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-08 12:27:08 +0530 |
commit | e3bea4f88724c9fc7dfceab590dd0df90a0a7a3f (patch) | |
tree | 897d15d24c49936b23e3f26ba4efd505f4b8d096 /python/tidy.py | |
parent | 1453f438256afe92b0f79980c984824aac4afeae (diff) | |
parent | 193fc1f84e0f779d8378f97088092abb528f4e9f (diff) | |
download | servo-e3bea4f88724c9fc7dfceab590dd0df90a0a7a3f.tar.gz servo-e3bea4f88724c9fc7dfceab590dd0df90a0a7a3f.zip |
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 -->
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index a63afba3d78..327271f6b55 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -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"), |