From 889e66eb4923210aa95ba848fb030023ffde1800 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Wed, 8 Jul 2015 14:42:47 +0300 Subject: Switch to the oslo_utils.fileutils fileutils is graduated in the oslo.utils library. Remove the openstack.common package as well. Implements: blueprint graduate-fileutils[1] [1] https://blueprints.launchpad.net/oslo-incubator/+spec/graduate-fileutils Depends-On: I51ba9076e1fbc16145ee2311f47b7768c16dcb20 (requirements) Depends-On: I661dd222da6386a7dbcf854958a63e59b13e9ba4 (oslo.utils) Change-Id: I6ba8f492a257096d27cbe83bfd06e53b7aabfa5d --- tools/lintstack.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') 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" -- cgit v1.2.1