summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-16 17:57:15 +0000
committerGerrit Code Review <review@openstack.org>2019-01-16 17:57:15 +0000
commit64542397d8c1ba67d9c83e350d8bc46c8e390453 (patch)
tree4ed5eeade454b6973152caf5c3adf575d7d0195d /.pylintrc
parent60dd57655b50184a3f39434e3f393203ff9df043 (diff)
parent95789496381f487b688dc46cda9f146f7d2e00da (diff)
downloadhorizon-64542397d8c1ba67d9c83e350d8bc46c8e390453.tar.gz
Merge "pylint: fix too-many-nested-blocks/redefined-argument-from-local"
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index ac9603b7e..0fa1cb4eb 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -54,14 +54,12 @@ disable=
interface-not-implemented,
no-else-return,
no-self-use,
- redefined-argument-from-local,
too-many-ancestors,
too-many-arguments,
too-many-branches,
too-many-function-args,
too-many-instance-attributes,
too-many-locals,
- too-many-nested-blocks,
too-many-return-statements,
too-many-statements,
useless-object-inheritance