mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01: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
|
import re
|
||||||
from licenseck import licenses
|
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"]
|
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"]
|
||||||
reftest_directories = ["tests/ref"]
|
reftest_directories = ["tests/ref"]
|
||||||
reftest_filetype = ".list"
|
reftest_filetype = ".list"
|
||||||
|
@ -24,6 +24,11 @@ ignored_files = [
|
||||||
# Upstream
|
# Upstream
|
||||||
"support/*",
|
"support/*",
|
||||||
"tests/wpt/*",
|
"tests/wpt/*",
|
||||||
|
"python/mach/*",
|
||||||
|
"python/mozdebug/*",
|
||||||
|
"python/mozinfo/*",
|
||||||
|
"python/mozlog/*",
|
||||||
|
"python/toml/*",
|
||||||
|
|
||||||
# Generated and upstream code combined with our own. Could use cleanup
|
# Generated and upstream code combined with our own. Could use cleanup
|
||||||
"components/script/dom/bindings/codegen/*",
|
"components/script/dom/bindings/codegen/*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue