From ad731e78eecc677e85bbe80d89a7cdf87fbd7922 Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Tue, 4 Nov 2014 08:08:19 +0100 Subject: Documentation improvements - added intros to features page, - fixed PyLint to Pylint in text, - improved ide-integration doc page, - updated pylintrc in examples and - regenerated pylint manual --- man/pylint.1 | 138 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 80 insertions(+), 58 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index 57954c8..3a5c3e9 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -1,4 +1,4 @@ -.TH pylint 1 "2014-7-25" pylint +.TH pylint 1 "2014-11-4" pylint .SH NAME .B pylint \- python code static checker @@ -45,23 +45,29 @@ 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: .hg,test] +Add files or directories to the blacklist. They should be base names, not paths. [current: CVS] .IP "--persistent=" Pickle collected data for later comparisons. [current: yes] .IP "--load-plugins=" List of plugins (as comma separated values of python modules names) to load, usually to register additional checkers. [current: none] +.IP "--jobs=, -j " +Use multiple processes to speed up Pylint. [current: 1] .SH COMMANDS .IP "--help-msg=" Display a help message for the given message id and exit. The value may be a comma separated list of message ids. .IP "--list-msgs" Generate pylint's messages. +.IP "--list-conf-levels" +Generate pylint's messages. .IP "--full-documentation" Generate pylint's full documentation. .IP "--generate-rcfile" Generate a sample configuration file according to the current configuration. You can put other options before this one to get them in the generated configuration. .SH MESSAGES CONTROL +.IP "--confidence=" +Only show warnings with the listed confidence levels. Leave empty to show all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED [current: none] .IP "--enable=, -e " Enable the message, report, category or checker with the given id(s). You can either give multiple identifier separated by comma (,) or put this option multiple time. See also the "--disable" option for examples. .IP "--disable=, -d " @@ -81,20 +87,36 @@ Add a comment according to your evaluation note. This is used by the global eval .IP "--msg-template=