X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.pylintrc;h=78f656269c7adb0b3bac17285f759c93e26e5feb;hb=0cdf063469d85c3dd7c6d14907e80800f2b14ff3;hp=f8a60a636045a7b9bd910895e0322348eea4144c;hpb=23de47c859f84b7616d8345e96852bde83cd5ab5;p=yardstick.git diff --git a/.pylintrc b/.pylintrc index f8a60a636..78f656269 100644 --- a/.pylintrc +++ b/.pylintrc @@ -36,6 +36,7 @@ disable= dangerous-default-value, deprecated-lambda, expression-not-assigned, + fixme, global-statement, literal-comparison, no-init, @@ -69,6 +70,7 @@ disable= consider-merging-isinstance, consider-using-ternary, duplicate-code, + inconsistent-return-statements, interface-not-implemented, no-else-return, no-self-use,