Commit Graph

14 Commits

Author SHA1 Message Date
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Claudiu Popa
98c887de00 Merge branch '2.0'
master now has become 2.0, there won't be another 1.6 anymore,
since the focus of the team is on the next big release now.
Minor bug fixes will be implemented though in 1.5.X.
2016-02-16 11:49:19 +00:00
Claudiu Popa
77fcfcb71c Decouple the displaying of reports from the displaying of messages
Some reporters are aggregating the messages instead of displaying
them when they are available. The actual displaying was conflatted
in the generate_reports. Unfortunately this behaviour was flaky
and in the case of the JSON reporter, the messages weren't shown
at all if a file had syntax errors or if it was missing.
In order to fix this, the aggregated messages can now be
displayed with Reporter.display_message, while the reports are
displayed with display_reports.

Close #766 and #765
2016-01-09 21:46:37 +02:00
Claudiu Popa
81b66e0a69 Rename display_results to display_reports, the old name being deprecated. 2016-01-09 20:55:13 +02:00
Claudiu Popa
dc07196639 Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
Claudiu Popa
1ecff836b2 Update the docstrings to be more intuitive. 2015-10-16 19:03:29 +03:00
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