summaryrefslogtreecommitdiff
path: root/cts/common/board.py
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/board.py')
-rw-r--r--cts/common/board.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cts/common/board.py b/cts/common/board.py
index 478da1479c..d2c8e02b04 100644
--- a/cts/common/board.py
+++ b/cts/common/board.py
@@ -1,6 +1,10 @@
# Copyright 2016 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
# Note: This is a py2/3 compatible file.