From e78675e5a75edc74bbd4ee34281c41d3e10ff47b Mon Sep 17 00:00:00 2001 From: jam Date: Mon, 6 Oct 2014 12:17:04 -0700 Subject: [PATCH] Update regex for analyze.py. The presubmit check fails on \., however \\. doesn't work (see https://codereview.chromium.org/614353005/#ps1) Note I had to bypass hooks to be able to upload this since it fails with "** Presubmit ERRORS **" BUG=414808 Review URL: https://codereview.chromium.org/622563003 Cr-Commit-Position: refs/heads/master@{#298290} --- testing/buildbot/trybot_analyze_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json index 9074b9850ad6..4d12f02b629c 100644 --- a/testing/buildbot/trybot_analyze_config.json +++ b/testing/buildbot/trybot_analyze_config.json @@ -1,7 +1,7 @@ { "base": { "exclusions": [ - ".\\.isolate", + ".*isolate", "build/.*gyp[i]?", "build/android/pylib/.*", "build/compiler_version.py", -- 2.11.4.GIT