From a1c181e7573a7ae4066513b5411d270463d403cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 13 Aug 2020 22:01:31 +0200 Subject: [PATCH] Conform with Functest pylint config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390 Signed-off-by: Cédric Ollivier (cherry picked from commit 9cd357b94e7bdb7b8cce73a2666a7547e2a5d7c8) --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a969528f..a43fa9a2 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,9 @@ commands = flake8 [testenv:pylint] basepython = python3.8 -commands = pylint --ignore-imports=y --disable=locally-disabled --reports=n functest_kubernetes +commands = pylint \ + --ignore-imports=y --min-similarity-lines=10 \ + --disable=locally-disabled --reports=n functest_kubernetes [testenv:yamllint] basepython = python3.8 -- 2.16.6