Comment 7 for bug 1540254

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

Reviewed: https://review.openstack.org/274558
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f94463bb53f8799882a8a2df6f92ea3195eb3fc6
Submitter: Jenkins
Branch: master

commit f94463bb53f8799882a8a2df6f92ea3195eb3fc6
Author: Bo Wang <email address hidden>
Date: Mon Feb 1 16:58:54 2016 +0800

    Switch to use "# noqa" correctly

    "# flake8: noqa" option disables all checks for the whole file.
    To disable one line we should use "# noqa".
    switch to use "# noqa" and fix the hidden hacking issues.

    Change-Id: I1fe747da7a9ab345d0c84a8cb82a8243bf1ee761
    Closes-Bug: #1540254