diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-06-27 09:10:28 -0500 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2014-07-22 17:51:15 -0600 |
| commit | f3dbab4a6c90541257c10b4b9389455b3e6cec13 (patch) | |
| tree | dc55c076fa66332dedc1917de587cda3aa52ccc1 /HACKING.rst | |
| parent | 4d3d287dd7e3032c8da2482f28f27dd766c66a23 (diff) | |
| download | python-openstackclient-f3dbab4a6c90541257c10b4b9389455b3e6cec13.tar.gz | |
Fix PEP8 E302 errors
Also add remaining skipped checks to HACKING
Change-Id: I0c4333ce29597e0a8a233af17c15bed2b4d0711f
Diffstat (limited to 'HACKING.rst')
| -rw-r--r-- | HACKING.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index 8744a93a..27c5e485 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -5,6 +5,17 @@ OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ - Step 2: Read on +Deviations from Global Hacking +------------------------------ + +The following checks are specifically skipped in OpenStackClient:: + +* H305 - py2/py3 compatibility problems +* H307 - py2/py3 compatibility problems +* H402 - one line docstring ends in period +* H904 - backslash continuation line + + General ------- - thou shalt not violate causality in our time cone, or else |
