aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-23 21:19:35 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-23 21:19:35 +0530
commitd715241085d8edfb160de7d1aca34b18c09edc77 (patch)
tree4f3f6993a5e36c78e95eb181494065b95b24a0ae /python
parentc977c9a68cd41d170335eb984a64b3c87419a4c0 (diff)
downloadservo-d715241085d8edfb160de7d1aca34b18c09edc77.tar.gz
servo-d715241085d8edfb160de7d1aca34b18c09edc77.zip
Test gonk in tidy
Diffstat (limited to 'python')
-rw-r--r--python/tidy.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py
index fc282aaa464..fda394f1eed 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -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",