Tidy files in the python/ directory

This commit is contained in:
Corey Farwell 2015-06-02 19:30:44 -04:00
parent 93f09b88c4
commit c639a0cf49

View file

@ -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/*",