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
This commit is contained in:
Daniel P. Berrange
2015-11-24 13:03:50 +00:00
parent 5d6e0086b5
commit aaff356e18
11 changed files with 37 additions and 9 deletions
+1
View File
@@ -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
-------------------