Commit Graph

18 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
c70b281c62 Remove pylint-gui
pylint-gui was removed, because it was deemed unfit for being included
in *pylint*. It had a couple of bugs and misfeatures, its usability was subpar
and since its development was neglected, we decided it is best to move on without it.

Part of #975
2016-07-03 22:29:59 +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
thinwybk
5066d86002 Add documentation of exit codes (#974) 2016-07-03 19:09:10 +01:00
Alexander Pervakov
789e8de06c Update docs for --ignore option 2016-04-24 01:09:37 +03:00
Dmitry Pribysh
fd66e82303 Fix documentation build warnings and errors
Errors fixed:
- unqouted emphasis character usage (*)
- missing list index

Fixes #481.

--HG--
branch : doc-emphasis-fix
2015-10-22 15:19:04 +03:00
Claudiu Popa
64ff9b5b0d Add ChangeLog entry, new test and documentation for searching .pylintrc in the current folder. 2015-06-01 19:15:25 +03:00
Claudiu Popa
c54b93fa06 Drop a misleading line from documentation. Closes issue #337. 2015-01-25 12:52:52 +02:00
Claudiu Popa
4cb32a8e8c Fix the documentation for the --ignore option. Closes issue #405. 2015-01-12 21:51:29 +02:00
Claudiu Popa
5c727bd136 Cleanup through documentation. 2014-11-12 22:26:04 +02:00
Jakob Normark
962ade12d2 Fixed "standart" typos 2014-11-06 18:56:20 +01:00
Claudiu Popa
c03fefdefb Add new '-j' option for running checks in sub-processes.
Patch by Michal Nowikowski.
2014-10-15 14:30:13 +03:00
Claudiu Popa
7b28b71d23 Document the fact that Pylint does not import modules. Closes issue #249. 2014-05-20 16:47:18 +03:00
Sylvain Thénault
40d99111e5 Additionaly search for rc file in ~/.config/pylintrc. Closes #121 2014-04-11 12:15:20 +02:00
Sylvain Thénault
130b87b9b7 [doc] backport a3c82aa9fa/doc/run.rst 2013-11-21 10:02:37 +01:00
Sylvain Thénault
4e803a5e06 fix some reST compilation pb 2013-09-25 11:25:22 +02:00
Sylvain Thénault
f182f2b179 [doc] update documentation outputs and options. Closes #66 2013-09-25 09:35:13 +02:00
Nicolas Chauvat
575b69cfb3 [doc] complete refactoring 2013-04-06 21:45:15 +02:00