Comment 17 for bug 1482773

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

Reviewed: https://review.openstack.org/278190
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2bad130bf457ab4b23b65f9b407a8cc8bde300fe
Submitter: Jenkins
Branch: master

commit 2bad130bf457ab4b23b65f9b407a8cc8bde300fe
Author: Tin Lam <email address hidden>
Date: Tue Feb 9 20:18:35 2016 -0600

    Removing H405 violations from keystone

    Keystone's tox.ini contains an "ignore" entry for H405 violations:
    multi line docstring summary not separated with an empty line.
    All violations of H405 should be fixed so that H405 can be removed
    from the ignore list.

    Change-Id: I1b2aae0cabc20909cf3b0a405d5e31c5d91148b2
    Closes-Bug: #1482773