diff options
author | Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com> | 2015-03-31 16:37:30 +0530 |
---|---|---|
committer | Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com> | 2015-03-31 16:37:30 +0530 |
commit | 2fdc1cbaa8285c29b75da1a08ece67099a7db848 (patch) | |
tree | d06763fd6e1688d0ff086f8ffec5ccb578a19d91 /python | |
parent | 65454e51c806c7d91c869a7b4afce872b4eeea57 (diff) | |
download | servo-2fdc1cbaa8285c29b75da1a08ece67099a7db848.tar.gz servo-2fdc1cbaa8285c29b75da1a08ece67099a7db848.zip |
Making tidy.py check ports/glutin and ports/gonk
Diffstat (limited to 'python')
-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 fda394f1eed..e995586951c 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -13,7 +13,7 @@ import os import fnmatch from licenseck import licenses -directories_to_check = ["ports/gonk", "components"] +directories_to_check = ["ports", "components"] filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"] ignored_files = [ @@ -27,6 +27,7 @@ ignored_files = [ "components/servo/target/*", "ports/gonk/target/*", "ports/gonk/src/native_window_glue.cpp", + "ports/cef/*", # MIT license "components/util/deque/mod.rs", |