diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-13 22:01:31 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-13 22:03:27 +0200 |
commit | d5c92d2278b54223488421320c9b05017c27118c (patch) | |
tree | 70f1df73c6f51f8e347c8dbca4ee6881980b00cc /tox.ini | |
parent | 64111d8ca64d1db3595ab3c64716ea2440a51d74 (diff) |
Conform with Functest pylint config
Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9cd357b94e7bdb7b8cce73a2666a7547e2a5d7c8)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,9 @@ commands = flake8 [testenv:pylint] basepython = python3.7 -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.7 |