Comment 4 for bug 1594756

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

Reviewed: https://review.openstack.org/334986
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3ff5b704a7a52fe46f24061d266a30ee44bdeaef
Submitter: Jenkins
Branch: master

commit 3ff5b704a7a52fe46f24061d266a30ee44bdeaef
Author: Jakub Libosvar <email address hidden>
Date: Tue Jun 28 07:26:26 2016 -0400

    pep8: Register checks with their code

    pep8 searches for check codes in their docstrings [1]. This allows us to
    either ignore or select particular checks by their codes.

    e.g. flake8 --select=N333

    [1] https://github.com/PyCQA/pycodestyle/blob/4438622d0b62df53a1999301d1bdc9fa119ae763/pycodestyle.py#L110

    Change-Id: I4644ab087abc441beed52a170df8b5279fed76a4
    Closes-bug: 1594756