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 protected]> 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1594756 Title: pep8 job runs a single check only Status in neutron: Fix Released Bug description: Due to https://github.com/PyCQA/pycodestyle/issues/390 , we now run only check that makes sure we use unittest2 instead of unittest. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1594756/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

