2013-11-11 10:46:57 -08:00
|
|
|
Horizon Style Commandments
|
|
|
|
==========================
|
2013-06-07 16:57:49 -07:00
|
|
|
|
2013-11-11 10:46:57 -08:00
|
|
|
- Step 1: Read the OpenStack Style Commandments
|
2013-10-16 16:15:07 +05:30
|
|
|
http://docs.openstack.org/developer/hacking/
|
2014-09-25 16:13:02 +04:00
|
|
|
- Step 2: Read [hacking] section in tox.ini to find the list of names which
|
|
|
|
can be imported directly without triggering the "H302: import only modules"
|
|
|
|
flake8 warning
|
2014-01-03 17:31:49 +01:00
|
|
|
- Step 3: Read on
|
2013-06-07 16:57:49 -07:00
|
|
|
|
2013-11-11 10:46:57 -08:00
|
|
|
Horizon Specific Commandments
|
|
|
|
-----------------------------
|
2013-06-07 16:57:49 -07:00
|
|
|
|
2013-11-26 13:14:26 +01:00
|
|
|
- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html
|
2015-09-21 13:22:59 +03:00
|
|
|
- [M322] Method's default argument shouldn't be mutable.
|