From a1a85f7cc121b1c1176f2b79b22f4e4bca43177a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Jun 2018 07:14:42 +0200 Subject: Fix pylint errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are highlighted by the last pylint version. Change-Id: I473212a413013492716993fb536903b13bff66ed Signed-off-by: Cédric Ollivier --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 64ccb7bdc..8a2bfd7cd 100644 --- a/tox.ini +++ b/tox.ini @@ -75,8 +75,9 @@ modules = functest.utils.functest_utils commands = bash -c "\ - pylint -f parseable --ignore-imports=y --disable=locally-disabled functest | \ - tee pylint.out | sed -ne '/Raw metrics/,//p'" + pylint -f parseable \ + --ignore-imports=y \ + --disable=locally-disabled functest | tee pylint.out" pylint --reports=n --errors-only functest pylint --disable=locally-disabled \ --disable=duplicate-code \ -- cgit 1.2.3-korg