summaryrefslogtreecommitdiff
path: root/util/config_option_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/config_option_check.py')
-rwxr-xr-xutil/config_option_check.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/config_option_check.py b/util/config_option_check.py
index 6b6d3c0bc9..29e8fb8611 100755
--- a/util/config_option_check.py
+++ b/util/config_option_check.py
@@ -2,6 +2,11 @@
# Copyright 2015 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
+
"""Configuration Option Checker.
Script to ensure that all configuration options for the Chrome EC are defined