Comment 58 for bug 1229324

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

Reviewed: https://review.openstack.org/74596
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=fcacf96204590e57266e81ed13c8a60a60f1b73e
Submitter: Jenkins
Branch: master

commit fcacf96204590e57266e81ed13c8a60a60f1b73e
Author: Masayuki Igawa <email address hidden>
Date: Wed Feb 19 14:00:01 2014 +0900

    Introduce T106 rule for vi modelines

    We don't need to have the vi modelines in each source file anymore.
    We've already fixed them several times.
     https://review.openstack.org/#/c/66507/
     https://review.openstack.org/#/c/68552/
     https://review.openstack.org/#/c/69318/
     https://review.openstack.org/#/c/70133/
    However, newly some files still have it in its header. So we should
    check it automatically with our HACKING rule.
    This commit introduces T106 rule for that.

    Note: This code is copied from Nova's hacking rule.
       Change-Id: I347307a5145b2760c69085b6ca850d6a9137ffc6

    Change-Id: I5c94ef041a39c2377ba6321ace8934f324287bcf
    Closes-Bug: #1229324