Comment 7 for bug 1696403

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/474264
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c95561e2d20867812466c9d5a275f1dc6e3263ac
Submitter: Jenkins
Branch: stable/newton

commit c95561e2d20867812466c9d5a275f1dc6e3263ac
Author: Akihiro Motoki <email address hidden>
Date: Wed Jun 7 13:01:03 2017 +0000

    Update pylint disable list to pass pylint 1.7.1 checks

    Recenly pylint version was bumped to 1.7.1 in global-requirements.txt.
    Pylint 1.7.1 adds more checks and breaks the neutron pep8 job.

    This commit adds new checks to the disabled list to avoid the gate
    breakage. Individual disabled tests can be fixed later.

    The new disabled list is compatible with pylint 1.4.5,
    so we can merge this regardless of pylint bump is reverted or not.

    Closes-Bug: #1696403
    Change-Id: If6228d0626413049b82f9d75bcdf3bea7ddacde5
    (cherry picked from commit 17ed89cbc12db9d9c8882f1e4162547725d030ec)