From 1216449dc436b58b83ecba301983ca79af8d2d5e Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Thu, 5 Nov 2015 15:14:29 +0100 Subject: 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 --- HACKING.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'HACKING.rst') 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 ------------------- -- cgit v1.2.1