From eaf9da9ba21dbd887d8bbce4e04955dfbf92e86e Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 16 May 2013 09:49:13 -0600 Subject: [PATCH] Fix tidy exceptions for reorg. --- src/etc/tidy.py | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 023c7380c9d..37c499f57a8 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -32,19 +32,10 @@ def do_license_check(name, contents): report_error_name_no(name, 1, "incorrect license") exceptions = [ - "src/cairo", # Upstream - "src/libcss", # Upstream - "src/libhubbub", # Upstream - "src/libparserutils", # Upstream - "src/libwapcaplet", # Upstream - "src/mozjs", # Upstream - "src/pixman", # Upstream - "src/rust/", # Upstream - "src/rust-azure/src", # Upstream - "src/rust-azure/include", # Upstream - "src/rust-harfbuzz/harfbuzz", # Upstream - "src/skia", # Upstream - "src/servo/dom/bindings/codegen", # Generated and upstream code combined with our own. Could use cleanup + "src/support", # Upstream + "src/platform", # Upstream + "src/compiler", # Upstream + "src/components/servo/dom/bindings/codegen", # Generated and upstream code combined with our own. Could use cleanup ] def should_check(name):