From ed43c9bdad3cb2fa8ac6dabc0ed91b615e70bebe Mon Sep 17 00:00:00 2001 From: "dpranke@google.com" Date: Thu, 29 Oct 2009 20:11:39 +0000 Subject: Set LINT_IGNORE_REGEX to not try to lint files using webkit coding standards (everything in webkit/api) See http://codereview.chromium.org/257054/show for the change to gcl that is also needed. R=maruel@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/260014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30501 0039d316-1c4b-4281-b951-d872f2087c98 --- codereview.settings | 1 + 1 file changed, 1 insertion(+) diff --git a/codereview.settings b/codereview.settings index 6d1594d1..7c5eda1 100644 --- a/codereview.settings +++ b/codereview.settings @@ -9,3 +9,4 @@ TRYSERVER_HTTP_PORT: 8018 TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try GITCL_PREUPLOAD: http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD +LINT_IGNORE_REGEX: webkit/api/.* -- cgit v1.1