From 8051b01287dfa93a98e50bc33fa29c6046687b2e Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Tue, 21 Oct 2014 15:20:28 +1100 Subject: [PATCH] Enable assignment-from-no-return pylint check The @versioning.versioned decorator used (only) in plugins.vmware.nsxlib.router completely confuses this check, so add a file-local pylint disable. Change-Id: I2a79a643a982f49faaf22b88764cb170ef89ce21 --- .pylintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c738c547c..713494c10 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,