commit | a806ada5a6db11a9f1a475f73238ccd60d85c57a | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Mon Mar 03 16:44:57 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 16:44:57 2025 |
tree | f6c1beaaccf27f5f06b5dcae81b9cf4cbfefde00 | |
parent | a6f0b326df91d632239bd75954c832479f496b22 [diff] |
Remove unnecessary post_process.Filter usage. A number of tests are creating post_process Filters that are unnecessary because the test cases drop expectations. Change-Id: I1cd2c8e6c11c8f71712be3185a2f7a4d2f416f79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6317126 Auto-Submit: Garrett Beaty <gbeaty@google.com> Reviewed-by: Struan Shrimpton <sshrimp@google.com> Commit-Queue: Struan Shrimpton <sshrimp@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.