From 412bdb1abf4ed81de54d39926695474f005846bd Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Mon, 8 Aug 2016 16:55:43 +0200 Subject: [PATCH] Remove hacking check [N347] for config options. The check for help texts (N347) can be better done by humans. This change removes it. Change-Id: I0861c94f764d559be8f188d3e4b54b2b8ad39ea5 --- HACKING.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 8f61c0086..8c09f530a 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -57,7 +57,6 @@ 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 - [N348] Deprecated library function os.popen() - [N349] Check for closures in tests which are not used - [N350] Policy registration should be in the central location ``nova/policies/``