summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-11-24 13:03:50 +0000
committerDaniel P. Berrange <berrange@redhat.com>2016-01-14 12:21:03 +0000
commitaaff356e186b84b8b781896f3e625d4df5670867 (patch)
treed26f1f6fe8d099a7368a0b96001362770cfbc258 /HACKING.rst
parent5d6e0086b578077e7479b78e282e3f7da7ffca71 (diff)
downloadnova-aaff356e186b84b8b781896f3e625d4df5670867.tar.gz
hacking: check for common double word typos
Adds a local hacking check for common double word typos like "the the", "to to", etc. Change-Id: I824a4a4b0f3bc18a16d5df50bd66cc626888ebaf
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
-------------------