diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-08-07 16:32:04 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-08-07 16:32:04 -0600 |
commit | c202d7b2f6ddf5709a59643a7e62aa2f763adf11 (patch) | |
tree | 00d79f8751be4f5405593ea753b6cf1cb10ffc6e | |
parent | 0a0fd30eb315172eaa5815c852b4b5dd59a3f0b3 (diff) | |
parent | da44f31cb1debe2c8161ee280121d79d3dd5ec18 (diff) | |
download | servo-c202d7b2f6ddf5709a59643a7e62aa2f763adf11.tar.gz servo-c202d7b2f6ddf5709a59643a7e62aa2f763adf11.zip |
Auto merge of #7076 - frewsxcv:tidy-rm-invalid-file, r=SimonSapin
Remove invalid file path in ignored_files for tidying
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7076)
<!-- Reviewable:end -->
-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/*", |