12eea1bc31
Change-Id: Ic402e0848e85551bd2573806427fa8662407d573
16 lines
555 B
ReStructuredText
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
|
|
|