diff options
author | ahothan <ahothan@cisco.com> | 2018-04-09 16:57:25 -0700 |
---|---|---|
committer | Alec Hothan <ahothan@cisco.com> | 2018-04-10 00:23:02 +0000 |
commit | dc42abd840d4bb6519062da794a817ce51655f47 (patch) | |
tree | 903d3682088fc386c69c0b98c2adfcb7babc79ac /tox.ini | |
parent | 17d7209b8201bac6bd705e3fddd280aaccade341 (diff) |
[NFVBENCH-83] Add option to display status and to cleanup
Change-Id: If135fedee4e5ee9226a262800917c4c35bc83bc7
Signed-off-by: ahothan <ahothan@cisco.com>
(cherry picked from commit 6226413ca6e1b4c3a52a3deeb66f8f487c2704ae)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ show-source = True #H404: multi line docstring should start without a leading new line #H405: multi line docstring summary not separated with an empty line #H904: Wrap long lines in parentheses instead of a backslash -ignore = E123,E125,H803,E302,E303,H104,H233,H236,H302,H404,H405,H904 +ignore = E123,E125,H803,E302,E303,H104,H233,H236,H302,H404,H405,H904,D102,D100,D107 builtins = _ exclude=venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,dib-venv |