summaryrefslogtreecommitdiff
path: root/util/run_ects.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/run_ects.py')
-rw-r--r--util/run_ects.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/run_ects.py b/util/run_ects.py
index a633430113..9178328e5f 100644
--- a/util/run_ects.py
+++ b/util/run_ects.py
@@ -1,6 +1,10 @@
# Copyright 2017 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
"""Run all eCTS tests and publish results."""