From 607cd5923e182d7baffc1ebcf3c665cf354826eb Mon Sep 17 00:00:00 2001 From: UK992 Date: Tue, 8 Mar 2016 01:38:35 +0100 Subject: [PATCH] check tidy for support/android/build-apk/ --- python/tidy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tidy.py b/python/tidy.py index 35b4f230dbb..b7a80d6ef81 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"),