summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2015-11-05 15:14:29 +0100
committerMarkus Zoeller <mzoeller@de.ibm.com>2016-02-03 11:31:23 +0100
commit1216449dc436b58b83ecba301983ca79af8d2d5e (patch)
tree5e148e9a116a737260c95fd97a1e4fdd47fdef8c /HACKING.rst
parent11dfd9def3945cf2cf2dde4b1bc5d2b75cecbe3a (diff)
downloadnova-1216449dc436b58b83ecba301983ca79af8d2d5e.tar.gz
config options: add hacking check for help text length
Adds a hacking check if a config option provides enough help text. To do so, the check counts the length of the help text. It uses a low number in order to avoid a break. As soon as we have agreed on a higher standard and changed the options accordingly, we can increase that number. Change-Id: If31339c428953c6a7bf721ff92e5999e8cb5b569
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 3ec9a23712..397cf52245 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -57,6 +57,7 @@ Nova Specific Commandments
- [N344] Python 3: do not use dict.iteritems.
- [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues.
+- [N347] Provide enough help text for config options
Creating Unit Tests
-------------------