Comment 16 for bug 1614594

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

Reviewed: https://review.openstack.org/358885
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=f54d49afbb8dbe584a4f3b54ea29e87717cb8946
Submitter: Jenkins
Branch: master

commit f54d49afbb8dbe584a4f3b54ea29e87717cb8946
Author: Boden R <email address hidden>
Date: Mon Aug 22 16:23:51 2016 -0600

    Add docstrings for hacking.translation_checks

    Cleaning up a little technical debt by adding docstrings
    for our public APIs.

    For hacking checks we use the pep8 docstring format [1] so
    that the pep8 check codes can be auto-detected by pep8.
    I've manually tested neutron-lib master + this change with
    neutron master to ensure pep8 for neutron has no impacts.

    Note: I plan to submit a patch per file as part of this bug work.
    These patches won't depend on each other. The last patch of
    the series will close the bug.

    [1] https://github.com/PyCQA/pycodestyle/blob/1.5.7/pep8.py#L100

    Change-Id: I5301c105b60a4f61e2a220d0eb11c611a367c1cf
    Partial-Bug: #1614594