]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pylint: enable `duplicate-key` check
authorAngus Lees <gus@inodes.org>
Thu, 4 Jun 2015 02:55:02 +0000 (12:55 +1000)
committerAngus Lees <gus@inodes.org>
Thu, 4 Jun 2015 03:10:44 +0000 (13:10 +1000)
commitd00bd978f849df6d8f6f40dbc75b5b3fbdd610ea
treef6ebfff19b42208e0457b55b9dac530f769637c9
parentfca57ab604be701700520c3f758ad9b6b941d6aa
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 <luckyvega.g@gmail.com>
.pylintrc