summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorliu-sheng <liusheng@huawei.com>2014-01-27 10:38:08 +0800
committerMatthew Gilliard <matthew.gilliard@hp.com>2014-02-03 14:19:44 +0000
commit74f953a1d7cc660696f9fda83e13fe2f2bbae7b2 (patch)
tree9919c686c0d676cf64d3768e3f2931b7097f1613 /HACKING.rst
parent4b2bd32199eeaaf32958b540ebb0bf3ade6f0b0c (diff)
downloadnova-74f953a1d7cc660696f9fda83e13fe2f2bbae7b2.tar.gz
Remove vi modelines
We don't need to have the vi modelines in each source file, it can be set in a user's vimrc if required. Also a check is added to hacking to detect if they are re-added. Change-Id: I347307a5145b2760c69085b6ca850d6a9137ffc6 Closes-Bug: #1229324
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 9046e40b8a..c9f9db4500 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -13,6 +13,7 @@ Nova Specific Commandments
This enforces a guideline defined in ``nova.openstack.common.db.sqlalchemy.session``
- [N310] timeutils.utcnow() wrapper must be used instead of direct calls to
datetime.datetime.utcnow() to make it easy to override its return value in tests
+- [N123] vim configuration should not be kept in source files.
Creating Unit Tests
-------------------