kolla/HACKING.rst
chenlx 50f75729eb Use https links for documentation
Use https instead of http to ensure the safety.

Change-Id: Iaf09b5b878e117d2333c30b8a769304a4a20f7ee
2017-06-12 23:06:35 +08:00

14 lines
335 B
ReStructuredText

Kolla Style Commandments
============================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/developer/hacking/
- Step 2: Read on
Kolla Specific Commandments
-------------------------------
- [K301] Method's default argument shouldn't be mutable.
- [K302] Use LOG.warning instead of LOG.warn.