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

335 B

Kolla Style Commandments

Kolla Specific Commandments

  • [K301] Method's default argument shouldn't be mutable.
  • [K302] Use LOG.warning instead of LOG.warn.