VPNaaS: Enable pylint duplicate-key check

I tried this in the VPNaaS repo and it passes, so we can enable
this, in a manner similar to Neutron (see review 188247 with commit
If4fed9714cd7fa586845f21f8f56dde2645cc5e0).

Change-Id: I3e2ba541142aefc38ca10e94400f942443c00f7b
This commit is contained in:
Paul Michali 2015-06-04 16:54:12 +00:00
parent 964690cdf9
commit 92030ba6e3
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ disable=
broad-except,
dangerous-default-value,
deprecated-lambda,
duplicate-key,
expression-not-assigned,
fixme,
global-statement,