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
|
2017-07-24 01:08:59 +00:00
|
|
|
https://docs.openstack.org/hacking/latest/
|
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
|
|
|
|
2017-07-24 01:08:59 +00:00
|
|
|
- Read the Horizon contributing documentation at
|
|
|
|
https://docs.openstack.org/horizon/latest/contributor/contributing.html
|
2015-09-21 13:22:59 +03:00
|
|
|
- [M322] Method's default argument shouldn't be mutable.
|