aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2018-04-18 21:03:26 -0700
committerCommit Bot <commit-bot@chromium.org>2018-04-19 06:52:18 +0000
commit5396232d033f7c2cda9e3417b319b0454751cfe5 (patch)
treefe705172c813e9589340a405a8793b5d97839ccf /WATCHLISTS
parentd161eda477491b2b97fb3f26d229c625a2a0e9b8 (diff)
downloadwebrtc-5396232d033f7c2cda9e3417b319b0454751cfe5.tar.gz
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 <niklas.enbom@webrtc.org> Commit-Queue: Niklas Enbom <niklas.enbom@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22929}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS2
1 files changed, 1 insertions, 1 deletions
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$',