summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
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 881d8de006..03e2d7ade5 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -53,6 +53,7 @@ Nova Specific Commandments
- [N340] Check nova.utils.spawn() is used instead of greenthread.spawn() and eventlet.spawn()
- [N341] contextlib.nested is deprecated
- [N342] Config options should be in the central location ``nova/conf/``
+- [N343] Check for common double word typos
Creating Unit Tests
-------------------