mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Test gonk in tidy
This commit is contained in:
parent
c977c9a68c
commit
d715241085
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ import os
|
|||
import fnmatch
|
||||
from licenseck import licenses
|
||||
|
||||
directories_to_check = ["src", "components"]
|
||||
directories_to_check = ["ports/gonk", "components"]
|
||||
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"]
|
||||
|
||||
ignored_files = [
|
||||
|
@ -25,6 +25,8 @@ ignored_files = [
|
|||
"components/script/dom/bindings/codegen/*",
|
||||
"components/style/properties/mod.rs",
|
||||
"components/servo/target/*",
|
||||
"ports/gonk/target/*",
|
||||
"ports/gonk/src/native_window_glue.cpp",
|
||||
|
||||
# MIT license
|
||||
"components/util/deque/mod.rs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue