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