mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Tidy files in the python/
directory
This commit is contained in:
parent
93f09b88c4
commit
c639a0cf49
1 changed files with 6 additions and 1 deletions
|
@ -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/*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue