|
3 月之前 | |
---|---|---|
.. | ||
fields | 3 月之前 | |
tests | 5 月之前 | |
LICENSE_OWNERS | 7 月之前 | |
OWNERS | 9 月之前 | |
PRESUBMIT.py | 1 年之前 | |
README.md | 2 年之前 | |
SECURITY_TEAM_OWNERS | 9 月之前 | |
__init__.py | 2 年之前 | |
dependency_metadata.py | 6 月之前 | |
discover.py | 1 年之前 | |
parse.py | 6 月之前 | |
scan.py | 1 年之前 | |
validate.py | 5 月之前 | |
validation_result.py | 1 年之前 |
This directory contains the code to validate Chromium third party metadata
files, i.e. README.chromium
files.
gclient runhooks
on your source checkoutmetadata/scan.py
can be used to search for and validate all Chromium third
party metadata files within a repository. For example, if your chromium/src
checkout is at ~/my/path/to/chromium/src
, run the following command from the
root directory of depot_tools
:
vpython3 --vpython-spec=.vpython3 metadata/scan.py ~/my/path/to/chromium/src