From: Cédric Ollivier Date: Thu, 13 Aug 2020 20:01:31 +0000 (+0200) Subject: Conform with Functest pylint config X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=948ffc5596d2d48116e087a577f3ca06146fae3c;p=functest-kubernetes.git Conform with Functest pylint config Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390 Signed-off-by: Cédric Ollivier (cherry picked from commit 9cd357b94e7bdb7b8cce73a2666a7547e2a5d7c8) --- diff --git a/tox.ini b/tox.ini index c1b844bd..3f6c1933 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,9 @@ commands = flake8 [testenv:pylint] basepython = python2.7 -commands = pylint --ignore-imports=y --disable=locally-disabled,super-on-old-class --reports=n functest_kubernetes +commands = pylint \ + --ignore-imports=y --min-similarity-lines=10 \ + --disable=locally-disabled,super-on-old-class --reports=n functest_kubernetes [testenv:yamllint] basepython = python2.7