From 52c7c420137d7991c0a4147ccc57207bf0fcaf92 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Wed, 25 Oct 2017 11:00:34 +0800 Subject: Update dockerfile of vfc-gvnfm-vnfmgr update vim editor Change-Id: I646d5cc088b89ad5d28c52e1af20a015f7eb9b5d Issue-Id: VFC-551 Signed-off-by: ying.yunlong --- mgr/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgr/tox.ini') 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] -- cgit 1.2.3-korg