author | David Douard <david.douard@logilab.fr> |
Thu, 13 Nov 2014 14:56:29 +0100 | |
changeset 1753 | 2fc1207a3ba7 |
parent 584 | c2d1a10c29bd |
permissions | -rw-r--r-- |
# lint Python modules using external checkers. # # This is the main checker controlling the other ones and the reports # generation. It is itself both a raw checker and an astng checker in order # to: # * handle message activation / deactivation at the module level # * handle some basic but necessary stats'data (number of classes, methods...) # [MESSAGES CONTROL] # Disable the message(s) with the given id(s). disable=C0111,