From a77453a6fe2ef8f390c9562cf211cbac56656936 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 8 Sep 2016 16:39:02 +0000 Subject: [PATCH] pylint: remove 'openstack' from ignore list The neutron.openstack module is gone for some time, no need to ignore it. Change-Id: I19f2e1521d44c8a2743bcb48a7ec6a74f65f6403 --- .pylintrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pylintrc b/.pylintrc index 65b52abe978..df88dbbc390 100644 --- a/.pylintrc +++ b/.pylintrc @@ -2,11 +2,7 @@ [MASTER] # Add to the black list. It should be a base name, not a # path. You may set this option multiple times. -# -# Note the 'openstack' below is intended to match only -# neutron.openstack.common. If we ever have another 'openstack' -# dirname, then we'll need to expand the ignore features in pylint :/ -ignore=.git,tests,openstack +ignore=.git,tests [MESSAGES CONTROL] # NOTE(gus): This is a long list. A number of these are important and