| Index: PRESUBMIT.py
|
| ===================================================================
|
| --- PRESUBMIT.py (revision 70105)
|
| +++ PRESUBMIT.py (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -29,7 +29,7 @@
|
|
|
| white_list = [r'.*\.py$', r'.*git-try$']
|
| black_list = list(input_api.DEFAULT_BLACK_LIST) + [
|
| - r'.*cpplint\.py$', r'.*git_cl_repo.*']
|
| + r'.*cpplint\.py$', r'.*git_cl\/.*']
|
| output.extend(input_api.canned_checks.RunPylint(
|
| input_api,
|
| output_api,
|
|
|