commit | fcacf96204590e57266e81ed13c8a60a60f1b73e | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Wed Feb 19 14:00:01 2014 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Thu Feb 20 11:42:35 2014 +0900 |
tree | 7749163f516cad91ee8fe684e991c29fd1b33acf | |
parent | 1cee3c662acb052b3d3c2444ef783e7c4a508ee0 [diff] |
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