Commit Graph

4 Commits

Author SHA1 Message Date
Claudiu Popa
97bb5a65d5 Implement a dummy _display to satisfy API constraint. 2016-01-09 22:09:03 +02: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
6e0e2e1b63 Disable deprecated-method for using cgi.escape. 2015-09-21 14:29:41 +00:00
Ionel Cristian Maries
26eb7f9a2e Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00