Comment 11 for bug 1186188

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

Reviewed: https://review.openstack.org/34019
Committed: http://github.com/openstack-dev/hacking/commit/d728031755269d352ea43c1ea4fb59fd0eceebd5
Submitter: Jenkins
Branch: master

commit d728031755269d352ea43c1ea4fb59fd0eceebd5
Author: Brant Knudson <email address hidden>
Date: Fri Jun 21 12:20:50 2013 -0500

    Ignore import lines with noqa

    flake8 says that lines with '# noqa' should be ignored, but the
    import rules checker isn't ignoring those lines.

    This change makes it so that import lines with # noqa are ignored.

    Change-Id: Icb2c3eaf0cec87e18bc3c6dcf28f8e2642ec23a2
    Fixes: bug 1186188