X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=lcm%2Ftox.ini;h=7474134ea1d9c0c879bd9995348c80dfa3a4fae8;hb=902abebc3b8b2d2925aa816afe84316c7071dcda;hp=8ee9a71c4d75900065a75303d0845cf105e133d5;hpb=4ecce01cc5a7063ccb4d22331e640cd6fbd3de21;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index 8ee9a71c..7474134e 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 max-complexity = 27 [testenv]