Prevent static field checking for dynamic classes
authorMichele Tartara <mtartara@google.com>
Tue, 24 Sep 2013 14:22:59 +0000 (14:22 +0000)
committerMichele Tartara <mtartara@google.com>
Tue, 24 Sep 2013 15:22:50 +0000 (15:22 +0000)
commita9688b61f817abd154745cccae0ab8d1923ab85b
tree0362228e11a3141c8c0a25164fa8715427d1c4a3
parent87947a9e37a0c7c39ccc50c20986ce78a9241001
Prevent static field checking for dynamic classes

In order to check for the correctness of the accesses to fields of objects,
pylint uses astng, but this is known to fail on some dynamically generated
classes. Still, newer pylint versions are stricter at performing this check, and
therefore fail while testing our codebase. Disable the checking of a few
selected classes that incur in this problem.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>
pylintrc