kolla/HACKING.rst
Jeremy Liu c756896e90 Add HACKING.rst and hacking test case.
Currently, we have hacking check in kolla, but no place where we
can define hacking check rules. This patch adds HACKING.rst file
for that. And also add test cases for hacking.

Change-Id: I87f8768138d91bf6a5a1db91d37392f794f3f0ba
2016-11-24 15:55:43 +08:00

14 lines
334 B
ReStructuredText

Kolla Style Commandments
============================
- Step 1: Read the OpenStack Style Commandments
http://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.