diff options
author | Eric Boren <borenet@google.com> | 2018-06-22 15:53:56 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-22 20:19:57 +0000 |
commit | 9ad9075a5cdb91728469e2e81045281af6375f48 (patch) | |
tree | 67426b420a56e16861204e9a4ba1c30123a6ef05 | |
parent | 17bca9a4ea63607b5cccb91ff4bce6870aefd079 (diff) |
Presubmit: blacklist .recipe_deps
Bug: skia:
Change-Id: Ibadcc3bf18510e767609374641859f505e56a21c
Reviewed-on: https://skia-review.googlesource.com/137195
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2a3b61f7c3..271cd13ada 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -85,6 +85,7 @@ def _PythonChecks(input_api, output_api): # input_api.DEFAULT_BLACK_LIST. r'common[\\\/].*', r'buildtools[\\\/].*', + r'.*[\\\/]\.recipe_deps[\\\/].*', ] blacklist.extend(input_api.DEFAULT_BLACK_LIST) |