Comment 2 for bug 1529092

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/261335
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=9a74a01855c58eab16823fbd9912a9a3dd30aeaf
Submitter: Jenkins
Branch: master

commit 9a74a01855c58eab16823fbd9912a9a3dd30aeaf
Author: houming-wang <email address hidden>
Date: Thu Dec 24 09:26:07 2015 -0500

    Fix wrong flake8 exception and pep8 violations

    In the tox.ini, [flake8] section, "exclude =
    .venv,.tox,dist,doc,openstack,*egg". From this rule, all 'openstack'
    directories are excluded. This rule is intended to exclude
    manila/openstack/common code check, but this is wrong
    because it also exclude checks against manila/api/openstack and
    manila/tests/api/openstack. We should fix it

    Change-Id: Ie820e3931e83a82c40b0d9b9d943787a5d6ec363
    Closes-Bug: #1529092