summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-02 16:46:38 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-03 15:01:59 +0000
commite9471bdf4cb96816ff551cde6b6fdc1e9cb00d3e (patch)
tree475c9ae540cd735cde36991ad62481d201379498 /tox.ini
parent212cb141b808e71cb09899797dc59345ec640da2 (diff)
downloadpython-keystoneclient-e9471bdf4cb96816ff551cde6b6fdc1e9cb00d3e.tar.gz
Fixing D208 PEP257 violation.
Currently tox ignores D208. D208: Docstring is over-indented. This change removes D208 ignore and fix violations. Change-Id: Ifec21c7602468b2a60727b64d27e7f14d765638c
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 58ffe46..16d7a5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,8 +52,7 @@ passenv = OS_*
# D204: 1 blank required after class docstring
# D205: Blank line required between one-line summary and description.
# D207: Docstring is under-indented
-# D208: Docstring is over-indented
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*