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:

committed by
Commit Bot

parent
d161eda477
commit
5396232d03
@ -20,7 +20,7 @@
|
||||
},
|
||||
'root_files': {
|
||||
# Non-recursive contents of ./
|
||||
'filepath': '^[^/]*$|',
|
||||
'filepath': '^[^/]*$',
|
||||
},
|
||||
'build_files': {
|
||||
'filepath': '\.gni$|\.gn$',
|
||||
|
Reference in New Issue
Block a user