servo: Merge #5039 - Make Tidy check ports/cef and ports/glutin (from psdh:tidy); r=jdm

Fixes #5034

Source-Repo: https://github.com/servo/servo
Source-Revision: 9f3493b5bbfc6f0c40385fb41a32e006092e0f3a
This commit is contained in:
Prabhjyot Singh Sodhi
2015-03-31 12:42:56 -06:00
parent f923f0c71b
commit 4cd50717da

View File

@@ -14,7 +14,7 @@ import fnmatch
import itertools
from licenseck import licenses
directories_to_check = ["ports/gonk", "components"]
directories_to_check = ["ports", "components"]
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"]
reftest_directories = ["tests/ref"]
reftest_filetype = ".list"
@@ -30,6 +30,7 @@ ignored_files = [
"components/servo/target/*",
"ports/gonk/target/*",
"ports/gonk/src/native_window_glue.cpp",
"ports/cef/*",
# MIT license
"components/util/deque/mod.rs",