summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2015-10-02 03:11:32 +0000
committerDolph Mathews <dolph.mathews@gmail.com>2015-10-02 03:17:23 +0000
commit07872081c6e50b147f72d7084bb1019ce05010e3 (patch)
treeea134e3396cab5cf2899073d4b755780d1afff0f /tox.ini
parent0357568a41e34bb8b5dc3e78dcf72949cc1d4c23 (diff)
downloadpycadf-07872081c6e50b147f72d7084bb1019ce05010e3.tar.gz
Document and update existing hacking violations
There were no violations of H409, so I removed it from the list of ignored violations. Change-Id: If01de70cf83a4ca4830e2236582cbe72f15b85b4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9385341..452e361 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,9 @@ commands = oslo_debug_helper {posargs}
[flake8]
show-source = True
-ignore = H405,H904
+# H405: Multi line docstrings should start with a one line summary followed by
+# an empty line.
+ignore = H405
exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common
[hacking]