third_party.pigweed.src/pw_presubmit
Rob Mohr df1ee2f6f3 Use presubmit context.
Instead of passing paths into some presubmit checks and not others, always
pass a PresubmitContext object that includes paths, repository root, and can
contain additional members in the future.

For checks that used filtered paths, filter the PresubmitContext object
before it gets passed to the check.

Change-Id: Icf35b11587f89eeae2fdc578e11f6647b48e27f2
2019-12-17 10:41:17 -08:00
..
py Use presubmit context. 2019-12-17 10:41:17 -08:00
BUILD.gn Expand docs for a few modules 2019-12-09 17:13:47 -08:00
docs.rst Expand docs for a few modules 2019-12-09 17:13:47 -08:00
README.md Expand docs for a few modules 2019-12-09 17:13:47 -08:00

pw_presubmit: Tools for running presubmit checks