Conform with Functest pylint config 69/70769/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Aug 2020 20:01:31 +0000 (22:01 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Aug 2020 20:01:31 +0000 (22:01 +0200)
Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 45a8183..d055b8f 100644 (file)
--- 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