OSDN Git Service

Add a script to check OWNERS file syntax.
authorChih-Hung Hsieh <chh@google.com>
Thu, 23 Feb 2017 00:14:48 +0000 (16:14 -0800)
committerChih-Hung Hsieh <chh@google.com>
Fri, 24 Feb 2017 23:28:29 +0000 (15:28 -0800)
commitadaed14ff3301dc67fa137b6353c3a8fb4015c27
treed558441e3ea664c3af5abd59222b6751e3d587e3
parent557ce055e76da1bb705738dd6f726909aa4fab8c
Add a script to check OWNERS file syntax.

* -v option to print found files and email addresses.
* -c option to check found email addresses.

Bug: 33166666
Test: ./checkowners.py -v -c `find . -name OWNERS`
Change-Id: I32f23f19e904055e421ddec713536c8a5c970af4
tools/checkowners.py [new file with mode: 0755]