bab6b4a82d
Change-Id: I0262d4736e1deb990058cd7256a86badc0b9d9fd Closes-bug: 1433530
16 lines
557 B
ReStructuredText
16 lines
557 B
ReStructuredText
Group Based Policy Style Commandments
|
|
===============================================
|
|
|
|
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
|
|
|
|
|
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
|
|
|