Merge "Enable undefined-loop-variable pylint check"

This commit is contained in:
Jenkins 2014-11-30 17:04:58 +00:00 committed by Gerrit Code Review
commit 10c2cee88e
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ disable=
signature-differs,
star-args,
super-init-not-called,
undefined-loop-variable,
unnecessary-lambda,
unnecessary-pass,
unpacking-non-sequence,