summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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"