commit | 345222dfe4dc1dae43bd8108f2d88cf8c3952bff | [log] [tgz] |
---|---|---|
author | Alex Klein <saklein@chromium.org> | Fri Jan 20 17:33:41 2023 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 00:15:04 2023 +0000 |
tree | ddfd0d1511007776f561813dbd10a0afb2ee03e1 | |
parent | e638d9678debe756b857616807edc00836325ccd [diff] [blame] |
scripts: Lint fixes. Fix line-too-long and docstring-section-indent errors. BUG=b:233893248 TEST=cros lint Change-Id: Icb6bea242ecb25ff7f0010638d42c50fd218f87c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4183945 Auto-Submit: Alex Klein <saklein@chromium.org> Reviewed-by: Lizzy Presland <zland@google.com> Tested-by: Alex Klein <saklein@chromium.org> Commit-Queue: Lizzy Presland <zland@google.com>
diff --git a/scripts/cros_generate_tidy_warnings.py b/scripts/cros_generate_tidy_warnings.py index 71728cf..63968b5 100644 --- a/scripts/cros_generate_tidy_warnings.py +++ b/scripts/cros_generate_tidy_warnings.py
@@ -58,8 +58,8 @@ """Initialize Args: - warnings_dir: Path to warnings directory. - options: Parsed options. + warnings_dir: Path to warnings directory. + options: Parsed options. """ self.warnings_dir = warnings_dir self.options = options