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:
parent
750fdb7b22
commit
a77453a6fe
@ -2,11 +2,7 @@
|
|||||||
[MASTER]
|
[MASTER]
|
||||||
# Add <file or directory> to the black list. It should be a base name, not a
|
# Add <file or directory> to the black list. It should be a base name, not a
|
||||||
# path. You may set this option multiple times.
|
# path. You may set this option multiple times.
|
||||||
#
|
ignore=.git,tests
|
||||||
# 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
|
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
# NOTE(gus): This is a long list. A number of these are important and
|
# NOTE(gus): This is a long list. A number of these are important and
|
||||||
|
Loading…
Reference in New Issue
Block a user