X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.pylintrc;h=78f656269c7adb0b3bac17285f759c93e26e5feb;hb=862096b518ca09f22bff8a7564470195ee035378;hp=f8a60a636045a7b9bd910895e0322348eea4144c;hpb=6459403fbd505549f13190a28eeeb15289945850;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,