| commit | cf6c7dd68d525b3677390cba309c9d9cefaa6bdc | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Oct 16 16:29:16 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 23:31:24 2024 +0000 |
| tree | af3f168777a3bfb8974c17192794f18762b9f901 | |
| parent | 12c1e4f4cf24b71d444e943f6b26c24fc9bffb83 [diff] |
toolchain_utils_githooks: add concept of style-exempt files An update to revert_checker.py is causing fullcheckout-presubmit to fail. This file doesn't have to live by `cros lint` complaints, so don't make it. BUG=b:373348901 TEST=`repo upload` with crrev.com/c/5938630 as the child Change-Id: I3ae7fddc2b753b05202276bf50aca2f311d5fdca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5938632 Reviewed-by: Saketh Pothireddy <spothire@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.