summaryrefslogtreecommitdiff
path: root/chip/ish/util/pack_ec.py
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/util/pack_ec.py')
-rwxr-xr-xchip/ish/util/pack_ec.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/ish/util/pack_ec.py b/chip/ish/util/pack_ec.py
index f1ce28539e..bd9b823cab 100755
--- a/chip/ish/util/pack_ec.py
+++ b/chip/ish/util/pack_ec.py
@@ -4,6 +4,10 @@
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+#
+# Ignore indention messages, since legacy scripts use 2 spaces instead of 4.
+# pylint: disable=bad-indentation,docstring-section-indent
+# pylint: disable=docstring-trailing-quotes
# A script to pack EC binary with manifest header according to
# Based on 607297_Host_ISH_Firmware_Load_Chrome_OS_SAS_Rev0p5.pdf,