summaryrefslogtreecommitdiff
path: root/pylint/reporters/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update the docstrings to be more intuitive.Claudiu Popa2015-10-161-4/+2
* Remove commented out code.Claudiu Popa2015-10-161-2/+0
* Make encode a proper method of the BaseReporter, which removes the need of pa...Claudiu Popa2015-10-161-7/+4
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-3/+1
* Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-071-0/+2
* Don't emit warnings in the deprecated method.Claudiu Popa2015-05-071-0/+1
* Emit a proper deprecation warning for reporters.BaseReporter.add_message.Claudiu Popa2015-05-071-1/+5
* issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+2
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+133