commit | 41e981dd1329b1d17751c49a21b2aaf1f3e31555 | [log] [tgz] |
---|---|---|
author | Devon Loehr <dloehr@google.com> | Mon Jul 07 19:58:55 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 19:58:55 2025 |
tree | e018de19281f274b34d950ad6ef6c10fca596cfc | |
parent | 5e3767096e386c41f164ea84a0aab86844342a89 [diff] |
Strip ansi codes from LUCI view when reporting clang warnings It seems like the build team doesn't want to change siso_output to not capture color codes in the first place (crbug.com/422501397 ). Since they're annoying to read, we can at least strip them from the LUCI view. Bug: 419005149 Change-Id: Ic284bc15555ad28f7617c982cb3210a386c25689 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6699908 Commit-Queue: Devon Loehr <dloehr@google.com> Reviewed-by: Ben Pastene <bpastene@chromium.org>
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.