group-based-policy/HACKING.rst
chenghuiyu 12eea1bc31 Update links to the latest addresses
Change-Id: Ic402e0848e85551bd2573806427fa8662407d573
2017-08-18 21:38:05 +08:00

16 lines
555 B
ReStructuredText

Group Based Policy Style Commandments
===============================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Group Based Policy Specific Commandments
--------------------------
- [N319] Validate that debug level logs are not translated
- [N320] Validate that LOG messages, except debug ones, have translations
- [N321] Validate that jsonutils module is used instead of json
- [N322] Detect common errors with assert_called_once_with
- [N323] Enforce namespace-less imports for oslo libraries