Commit Graph

9 Commits

Author SHA1 Message Date
Claudiu Popa
7d58de1c44 Remove the support for html reporting
The html reporter was lately a second class citizen in Pylint,
being underdeveloped and mostly neglected. It has a couple of bugs,
but the more important reason why this is removed is that we now have
a much better json reporter, which can be used as a basis for more
prettier html Pylint outputs.

Part of #975
2016-07-05 15:10:06 +01:00
Claudiu Popa
e80778ae9c Rework documentation
Changed the documentation in couple of places, merged sections together,
described testing procedures and added more up-to-date information
in general.
2016-07-03 19:20:41 +01:00
Claudiu Popa
f8cfa952e3 The HTML output accepts the --msg-template option.
Patch by Daniel Goldsmith. Closes issue #135.
2015-02-17 01:09:04 +02:00
Claudiu Popa
5c727bd136 Cleanup through documentation. 2014-11-12 22:26:04 +02:00
Dan Goldsmith
c7d8bfc7aa Updated output documents with default html output 2014-01-29 14:47:25 +00:00
Sylvain Thénault
68d2f065cd [doc] enhance description of new output format a bit 2013-09-25 08:53:36 +02:00
James Broadhead
9c395af8c3 Update help docs for msg-format to include {msg_id} 2013-09-24 10:06:36 +01:00
Anthony Truchet
188e7dde3a Templating mecanism for text reporters.
This changeset introduces a reporters.Message class to represent
messages with their attached data. Those messages object can then
be formatted accordingto some template.

A template can be specified on the command line through the
msg-template option.

This deprecates parseable and msvc output format, and kill --symbols
and --include-ids option.
2013-07-30 18:02:48 +02:00
Nicolas Chauvat
575b69cfb3 [doc] complete refactoring 2013-04-06 21:45:15 +02:00