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}
This commit is contained in:
Mirko Bonadei
2018-04-18 21:03:26 -07:00
committed by Commit Bot
parent d161eda477
commit 5396232d03

View File

@ -20,7 +20,7 @@
}, },
'root_files': { 'root_files': {
# Non-recursive contents of ./ # Non-recursive contents of ./
'filepath': '^[^/]*$|', 'filepath': '^[^/]*$',
}, },
'build_files': { 'build_files': {
'filepath': '\.gni$|\.gn$', 'filepath': '\.gni$|\.gn$',