« Previous | Next » 

Revision a9688b61

IDa9688b61f817abd154745cccae0ab8d1923ab85b
Parent 87947a9e
Child 5e34123e

Added by Michele Tartara over 10 years ago

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 <>
Reviewed-by: Thomas Thrainer <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences