From d00bd978f849df6d8f6f40dbc75b5b3fbdd610ea Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Thu, 4 Jun 2015 12:55:02 +1000 Subject: [PATCH] pylint: enable `duplicate-key` check This check attempts to detect dictionary literals with duplicate keys. The rest of the Neutron tree has already had the few instances of this cleaned[1] or moved into external vendor repos. Enabling the pylint check will stop future occurrences. [1] I29cd2b843a7905986de13a1ecfba0cb5797ccaf8 (Original patch I1aa221d2019853f905f2b8421dd45b0a3102baf0 by zhiyuan_cai) Change-Id: If4fed9714cd7fa586845f21f8f56dde2645cc5e0 Co-Authored-By: zhiyuan_cai --- .pylintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f2e4a0db2f2..5037da9166c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -31,7 +31,6 @@ disable= broad-except, dangerous-default-value, deprecated-lambda, - duplicate-key, expression-not-assigned, fixme, global-statement,