diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-08-07 10:24:19 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-08-07 10:24:19 -0400 |
commit | da44f31cb1debe2c8161ee280121d79d3dd5ec18 (patch) | |
tree | 1e0f8d6b7d105305c6fd2e854ca83d8dc9282c39 /python/tidy.py | |
parent | b4e30da3dbf58c16703864f4bec4b0b0132084fa (diff) | |
download | servo-da44f31cb1debe2c8161ee280121d79d3dd5ec18.tar.gz servo-da44f31cb1debe2c8161ee280121d79d3dd5ec18.zip |
Remove invalid file path in ignored_files for tidying
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index 625c3111465..40251cdf8a7 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -38,7 +38,6 @@ ignored_files = [ "components/script/dom/bindings/codegen/ply/*", # Generated and upstream code combined with our own. Could use cleanup - "components/style/properties/mod.rs", "target/*", "ports/gonk/src/native_window_glue.cpp", "ports/cef/*", |