diff options
author | Akihiro Motoki <motoki@da.jp.nec.com> | 2015-03-23 15:46:57 +0900 |
---|---|---|
committer | Akihiro Motoki <motoki@da.jp.nec.com> | 2015-03-23 15:46:57 +0900 |
commit | 631e5519cad6fa0b93780f7310ba1d771f80adae (patch) | |
tree | a18c57513c0e86a23317f6c8dc5542ddc6d865dc /tox.ini | |
parent | ed46ba9a45e4d0fe5741f2521e6ad3fad567e066 (diff) | |
download | python-neutronclient-631e5519cad6fa0b93780f7310ba1d771f80adae.tar.gz |
Fix E265 block comment should start with '# '
All E265 errors are now fixed and remove it from ignore list.
Change-Id: I09ada4cc0f33cae5da4cbc29a4e843e3ce14e111
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -40,8 +40,7 @@ downloadcache = ~/cache/pip # E125 continuation line does not distinguish itself from next logical line # # TODO Fix the following rules from hacking 0.9.x -# E265 block comment should start with '# ' # H405 multi line docstring summary not separated with an empty line -ignore = E125,E265,H405 +ignore = E125,H405 show-source = true exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools |