[bugfix] gui build faied in yardstick docker build
[yardstick.git] / .pylintrc
index c724272..78f6562 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -36,11 +36,13 @@ disable=
  dangerous-default-value,
  deprecated-lambda,
  expression-not-assigned,
+ fixme,
  global-statement,
  literal-comparison,
  no-init,
  non-parent-init-called,
  not-callable,
+ protected-access,
  redefined-builtin,
  redefined-outer-name,
  signature-differs,
@@ -57,6 +59,7 @@ disable=
  invalid-name,
  len-as-condition,
  misplaced-comparison-constant,
+ missing-docstring,
  singleton-comparison,
  superfluous-parens,
  ungrouped-imports,
@@ -67,6 +70,7 @@ disable=
  consider-merging-isinstance,
  consider-using-ternary,
  duplicate-code,
+ inconsistent-return-statements,
  interface-not-implemented,
  no-else-return,
  no-self-use,