Code Review
/
functest-kubernetes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dc896a4
)
Conform with Functest pylint config
72/70772/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 13 Aug 2020 20:01:31 +0000
(22:01 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 13 Aug 2020 20:04:25 +0000
(22:04 +0200)
Change-Id: Ie12d17a32fe8ee7ee212a6a4acf6aec107377390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
9cd357b94e7bdb7b8cce73a2666a7547e2a5d7c8
)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
f4631e0
..
8368ad6
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-23,7
+23,9
@@
commands = flake8
[testenv:pylint]
basepython = python3.6
-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.6