From c639a0cf4932e56425aabc826bee7cbe54061c74 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 2 Jun 2015 19:30:44 -0400 Subject: [PATCH] Tidy files in the `python/` directory --- python/tidy.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python/tidy.py b/python/tidy.py index 500c75bf316..270f1e2104c 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -15,7 +15,7 @@ import itertools import re from licenseck import licenses -directories_to_check = ["ports", "components", "tests"] +directories_to_check = ["ports", "components", "tests", "python"] filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"] reftest_directories = ["tests/ref"] reftest_filetype = ".list" @@ -24,6 +24,11 @@ ignored_files = [ # Upstream "support/*", "tests/wpt/*", + "python/mach/*", + "python/mozdebug/*", + "python/mozinfo/*", + "python/mozlog/*", + "python/toml/*", # Generated and upstream code combined with our own. Could use cleanup "components/script/dom/bindings/codegen/*",