Add HACKING guide to Rubick

Each project should have its review guidelines. With this guide
we introduce hacking rules for Rubick project. This is initial
commit, so the guide is pretty simple for now.

Change-Id: I5d1349d0d7b61a779b9f49d3e8488d00c812c021
This commit is contained in:
Oleg Gelbukh 2013-11-18 07:29:11 +00:00
parent aae261e036
commit 3bab839b21
1 changed files with 12 additions and 0 deletions

12
HACKING.rst Normal file
View File

@ -0,0 +1,12 @@
Rubick Style Commandments
=========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Rubick Specific Commandments
----------------------------
- [H501] line too long (disabled)
- [H306] imports not in alphabetical order (disabled)