summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2014-02-06 12:06:48 +0000
committerDaniel P. Berrange <berrange@redhat.com>2014-02-10 16:42:13 +0000
commit21213ee91cdbe5917fb93d4165c74ae6341bfa0b (patch)
tree97c0a529dafbd5c117c4827ebd55f2a404933a1b /HACKING.rst
parent29d390b8950664f1d4fda709eeb09a584d42d7ab (diff)
downloadnova-21213ee91cdbe5917fb93d4165c74ae6341bfa0b.tar.gz
Renumber some nova hacking checks
Most of the nova hacking checks had picked numbers starting from approx N300 onwards. Two recent additions randomly picked N123 and N500. Renumber these to N313 and N314 and make sure they're documented in HACKING.rst. Mention the guidelines in the hacking source file for benefit of future authors Change-Id: Ia3eb4cb9a4ac7409db7eba9e1689f4a5780b8795
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index d2d9d51ab8..0a6119d855 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -19,7 +19,9 @@ Nova Specific Commandments
- [N312] using config vars from other virt drivers forbidden
Config parameters that need to be shared between virt drivers
should be moved into a common module
-- [N123] vim configuration should not be kept in source files.
+- [N313] capitalize help string
+ Config parameter help strings should have a capitalized first letter
+- [N314] vim configuration should not be kept in source files.
Creating Unit Tests
-------------------