From: fujinhua Date: Wed, 25 Oct 2017 08:28:35 +0000 (+0800) Subject: Update tox.ini of vfc-nfvo-lcm X-Git-Tag: v1.0.1~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=86e1588d1f503afb5e1fd76ab018a37339af80e5;p=vfc%2Fnfvo%2Flcm.git Update tox.ini of vfc-nfvo-lcm Update pep8 rule Change-Id: I1c9e8b8ed6d51ed5ce851fbdeffb8386842a1144 Issue-Id: VFC-554 Signed-off-by: fujinhua --- diff --git a/tox.ini b/tox.ini index b47befda..5d7adac0 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 exclude = ./venv-tox,./.tox max-complexity = 27