From 5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb Mon Sep 17 00:00:00 2001 From: Deepak Chandella Date: Fri, 5 Jul 2019 22:31:36 +0530 Subject: Adding first patch for behave feature Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892 Signed-off-by: Deepak Chandella --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c80bcb48..6dcf9fc4 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,8 @@ commands = flake8 basepython = python2.7 whitelist_externals = bash commands = - pylint --disable=locally-disabled --ignore-imports=y --reports=n xtesting + pylint --min-similarity-lines=10 \ + --disable=locally-disabled --ignore-imports=y --reports=n xtesting [testenv:yamllint] basepython = python2.7 -- cgit 1.2.3-korg