pylint: remove 'openstack' from ignore list

The neutron.openstack module is gone for some time, no need to ignore
it.

Change-Id: I19f2e1521d44c8a2743bcb48a7ec6a74f65f6403
This commit is contained in:
Ihar Hrachyshka 2016-09-08 16:39:02 +00:00
parent 750fdb7b22
commit a77453a6fe
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
[MASTER]
# Add <file or directory> 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