diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-19 07:14:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-19 07:16:33 +0200 |
commit | a1a85f7cc121b1c1176f2b79b22f4e4bca43177a (patch) | |
tree | b602db75f9577576b4b8fb84dc01e33b24c3dcdf /tox.ini | |
parent | f1353fff60344b01c588d9724b3b1de819cbe661 (diff) |
Fix pylint errors
They are highlighted by the last pylint version.
Change-Id: I473212a413013492716993fb536903b13bff66ed
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |