summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2015-03-23 15:46:57 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2015-03-23 15:46:57 +0900
commit631e5519cad6fa0b93780f7310ba1d771f80adae (patch)
treea18c57513c0e86a23317f6c8dc5542ddc6d865dc /tox.ini
parented46ba9a45e4d0fe5741f2521e6ad3fad567e066 (diff)
downloadpython-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.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e592024..b6c33c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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