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:01:31 +0200 |
commit | 9cd357b94e7bdb7b8cce73a2666a7547e2a5d7c8 (patch) | |
tree | 44f898fef28f18cc07100a1ef5f843a1e45bc9ab /tox.ini | |
parent | 8d1eac52d4c46610028004e5fe18d32505190fab (diff) |
Conform with Functest pylint config
Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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.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 |