summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-11-11 03:31:19 +0000
committerGerrit Code Review <review@openstack.org>2014-11-11 03:31:19 +0000
commit0f70fe054ca314ede257f4904d6612bf53d9fa23 (patch)
tree615668faae71e18c05fc51f1d1a99c3bef6a5cc9 /.pylintrc
parent8f092835a1316c71304f5f1266f958392512f196 (diff)
parent4a46d19cacee2070785a4ffe948f44e97e8d5619 (diff)
downloadneutron-0f70fe054ca314ede257f4904d6612bf53d9fa23.tar.gz
Merge "Enable assignment-from-no-return pylint check"
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index a15444811e..25d43edc1d 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -19,7 +19,6 @@ disable=
locally-disabled,
# "E" Error for important programming issues (likely bugs)
access-member-before-definition,
- assignment-from-no-return,
bad-except-order,
bad-super-call,
maybe-no-member,