From fe9072edde9f4bab3abd65ada4aae421b857b75a Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 7 Jan 2015 15:10:07 -0800 Subject: [PATCH] Remove non existent rule N327 from HACKING.rst N327 was removed in e0d22ba4dea6d7b70faba14c6918fbc2151983a5 Change-Id: Ie433b4708d9df7fb3c6ac230c48dc953402b2055 --- HACKING.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 7bcebcde04..ad8eca2b28 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -37,7 +37,6 @@ Nova Specific Commandments - [N324] Ensure that jsonutils.%(fun)s must be used instead of json.%(fun)s - [N325] str() and unicode() cannot be used on an exception. Remove use or use six.text_type() - [N326] Translated messages cannot be concatenated. String should be included in translated message. -- [N327] assert_called_once() is not a valid method - [N328] Validate that LOG.info messages use _LI. - [N329] Validate that LOG.exception messages use _LE. - [N330] Validate that LOG.warning messages use _LW.