Merge "Remove non existent rule N327 from HACKING.rst"

This commit is contained in:
Jenkins 2015-01-22 21:07:35 +00:00 committed by Gerrit Code Review
commit e717f63080
1 changed files with 0 additions and 1 deletions

View File

@ -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.