2016-11-24 14:25:42 +08:00
|
|
|
Kolla Style Commandments
|
|
|
|
============================
|
|
|
|
|
|
|
|
- Step 1: Read the OpenStack Style Commandments
|
2017-07-19 10:41:29 +00:00
|
|
|
https://docs.openstack.org/hacking/latest/
|
2016-11-24 14:25:42 +08:00
|
|
|
- Step 2: Read on
|
|
|
|
|
|
|
|
|
|
|
|
Kolla Specific Commandments
|
|
|
|
-------------------------------
|
|
|
|
|
|
|
|
- [K301] Method's default argument shouldn't be mutable.
|
|
|
|
- [K302] Use LOG.warning instead of LOG.warn.
|