Commit Graph

8 Commits

Author SHA1 Message Date
Claudiu Popa
38c27c3e34 Remove commented out code. 2015-10-16 19:01:56 +03:00
Claudiu Popa
f3b4b3de41 Make encode a proper method of the BaseReporter, which removes the need of patching it all the time. 2015-10-16 18:59:31 +03:00
Claudiu Popa
3feb461aad Bring logilab-common's ureports into pylint.reporters.
With this change, we moved away from depending on logilab-common,
having in Pylint all the components that were used from logilab-common.
The API should be considered an implementation detail and can change at
some point in the future.
Closes issue #621.
2015-09-05 15:24:35 +03:00
Claudiu Popa
d957ae5764 Get rid of abstract-method warnings emitted over pylint's codebase. 2015-05-07 23:38:59 +03:00
Claudiu Popa
e573339ebe Don't emit warnings in the deprecated method. 2015-05-07 23:32:11 +03:00
Claudiu Popa
c390798034 Emit a proper deprecation warning for reporters.BaseReporter.add_message.
The alternative way is to use handle_message. add_message will be removed in
Pylint 1.6.
2015-05-07 23:30:02 +03:00
Simu Toni
39cd98b6b8 issue-422 solved some pylint warnings when running pylint on pylint code base 2015-03-28 18:28:08 +02:00
Ionel Cristian Maries
26eb7f9a2e Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00