third_party.pylibs.pylint.src/pylint
Sylvain Thenault 07e56cdc96 remove @check_message decorator from [visit|leave]_classdef methods of the ClassChecker
Those methods are actually not only emitting the listed messages but also updating
some internal state that is used from other, unrestricted, messages. We should
work on separating responsabilities if we want to restrict method entries upon
messages restriction.

Closes issue #789
2016-01-19 09:42:21 +01:00
..
checkers remove @check_message decorator from [visit|leave]_classdef methods of the ClassChecker 2016-01-19 09:42:21 +01:00
extensions
pyreverse
reporters
test Catch more cases as not proper iterables for __slots__ 2016-01-18 13:49:59 +02:00
__init__.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
__main__.py
__pkginfo__.py
config.py Add the ability to ignore files based on regex matching. 2016-01-09 22:18:48 +02:00
epylint.py
graph.py
gui.py
interfaces.py
lint.py
testutils.py Rename display_results to display_reports, the old name being deprecated. 2016-01-09 20:55:13 +02:00
utils.py