Merge "fix wrong file path in docstring of hacking.checks"

This commit is contained in:
Jenkins
2015-01-24 21:49:54 +00:00
committed by Gerrit Code Review

View File

@@ -28,7 +28,7 @@ Guidelines for writing new hacking checks
- Keep the test method code in the source file ordered based
on the N3xx value.
- List the new rule in the top level HACKING.rst file
- Add test cases for each new rule to nova/tests/test_hacking.py
- Add test cases for each new rule to nova/tests/unit/test_hacking.py
"""