From c1f3ed88f39a134428d5a498ee87152f676f9d7b Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Fri, 11 Apr 2014 15:57:38 +0200 Subject: regenerate pylint's man page. Closes #137 --- man/pylint.1 | 109 ++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 71 insertions(+), 38 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index b190e68..f80c61c 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -1,4 +1,4 @@ -.TH pylint 1 "2013-4-16" pylint +.TH pylint 1 "2014-4-11" pylint .SH NAME .B pylint \- python code static checker @@ -45,7 +45,7 @@ Python code to execute, usually for sys.path manipulation such as pygtk.require( .IP "--errors-only, -E" In error mode, checkers without error messages are disabled and for others, only the ERROR messages are displayed, and no reports are done by default .IP "--ignore=[,...]" -Add files or directories to the blacklist. They should be base names, not paths. [current: CVS] +Add files or directories to the blacklist. They should be base names, not paths. [current: .hg,test] .IP "--persistent=" Pickle collected data for later comparisons. [current: yes] .IP "--load-plugins=" @@ -70,10 +70,6 @@ Disable the message, report, category or checker with the given id(s). You can e .SH REPORTS .IP "--output-format=, -f " Set the output format. Available formats are text, parseable, colorized, msvs (visual studio) and html. You can also give a reporter class, eg mypackage.mymodule.MyReporterClass. [current: text] -.IP "--include-ids=, -i " -Include message's id in output [current: no] -.IP "--symbols=, -s " -Include symbolic ids of messages in output [current: no] .IP "--files-output=" Put messages in a separate file for each module / package specified on the command line instead of printing them on stdout. Reports (if any) will be written in a file name "pylint_global.[txt|html]". [current: no] .IP "--reports=, -r " @@ -82,6 +78,8 @@ Tells whether to display a full report or only the messages [current: yes] Python expression which should return a note less than 10 (10 is the highest note). You have access to the variables errors warning, statement which respectively contain the number of errors / warnings messages and the total number of statements analyzed. This is used by the global evaluation report (RP0004). [current: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)] .IP "--comment=" Add a comment according to your evaluation note. This is used by the global evaluation report (RP0004). [current: no] +.IP "--msg-template=