From 5396232d033f7c2cda9e3417b319b0454751cfe5 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 18 Apr 2018 21:03:26 -0700 Subject: [PATCH] Fixing root_files WATCHLIST regex. Bug: webrtc:9152 Change-Id: I881ebae98063a20b8981b71eb2507545651a3e63 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/71024 Reviewed-by: Niklas Enbom Commit-Queue: Niklas Enbom Cr-Commit-Position: refs/heads/master@{#22929} --- WATCHLISTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WATCHLISTS b/WATCHLISTS index 377c5dc80c..4eab89fa70 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -20,7 +20,7 @@ }, 'root_files': { # Non-recursive contents of ./ - 'filepath': '^[^/]*$|', + 'filepath': '^[^/]*$', }, 'build_files': { 'filepath': '\.gni$|\.gn$',