summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-10-25 11:00:34 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-10-25 11:23:09 +0800
commit52c7c420137d7991c0a4147ccc57207bf0fcaf92 (patch)
tree4b6b2dbf0de57320a67550162d86fdb6f2c6a11f /mgr/tox.ini
parent2493b797e319a91e331b0c8e8871369ce74d5104 (diff)
Update dockerfile of vfc-gvnfm-vnfmgr
update vim editor Change-Id: I646d5cc088b89ad5d28c52e1af20a015f7eb9b5d Issue-Id: VFC-551 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr/tox.ini')
-rw-r--r--mgr/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini
index d422bee..4f5c64f 100644
--- a/mgr/tox.ini
+++ b/mgr/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501
+ignore = E501,E722
max-complexity = 12
[testenv]