diff options
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 |