summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-20 10:55:17 +0000
committerGerrit Code Review <review@openstack.org>2015-07-20 10:55:17 +0000
commita2e7fce7a718ccf5102ec1228330a7fa61cbd01e (patch)
tree87ca6bdd1c0f95f8a1029c501243880903074566 /tools
parentb5ac94c6567d3ae13922aa140b57585f3d821ce6 (diff)
parent889e66eb4923210aa95ba848fb030023ffde1800 (diff)
downloadceilometer-a2e7fce7a718ccf5102ec1228330a7fa61cbd01e.tar.gz
Merge "Switch to the oslo_utils.fileutils"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lintstack.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py
index ddea7993..9ac6b439 100755
--- a/tools/lintstack.py
+++ b/tools/lintstack.py
@@ -29,9 +29,7 @@ from six.moves import cStringIO as StringIO # noqa
# These variables will be useful if we will need to skip some pylint checks
ignore_codes = []
ignore_messages = []
-# We ignore all errors in openstack.common because it should be checked
-# elsewhere.
-ignore_modules = ["ceilometer/openstack/common/"]
+ignore_modules = []
KNOWN_PYLINT_EXCEPTIONS_FILE = "tools/pylint_exceptions"