diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-11-03 17:11:44 -0500 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-11-03 17:11:44 -0500 |
commit | d1824aea48f408ab09cec04547c1baa6d79b3cfa (patch) | |
tree | df22ed67bc3f4fbe234a07e4fff0ec7139aa3e8f /python/tidy.py | |
parent | 1e3010e4cdb87a4a0ed07f541b5bd2f1872ccd5a (diff) | |
download | servo-d1824aea48f408ab09cec04547c1baa6d79b3cfa.tar.gz servo-d1824aea48f408ab09cec04547c1baa6d79b3cfa.zip |
Expand tidy to lint parts of /tests/wpt
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index b0c61dba333..44f7ba45b63 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -23,7 +23,10 @@ reftest_filetype = ".list" ignored_files = [ # Upstream os.path.join(".", "support", "*"), - os.path.join(".", "tests", "wpt", "*"), + os.path.join(".", "tests", "wpt", "css-tests", "*"), + os.path.join(".", "tests", "wpt", "harness", "*"), + os.path.join(".", "tests", "wpt", "update", "*"), + os.path.join(".", "tests", "wpt", "web-platform-tests", "*"), os.path.join(".", "python", "mach", "*"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser", "*"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply", "*"), |