From 59bf1e35e1fa32cbcb92ad139a329e1332cefd8d Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Sat, 28 Feb 2015 06:17:17 +0100 Subject: Backed out changeset 406c23c24795 --- man/pylint.1 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index fd12abb6d..3a5c3e978 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -1,4 +1,4 @@ -.TH pylint 1 "2015-2-27" pylint +.TH pylint 1 "2014-11-4" pylint .SH NAME .B pylint \- python code static checker @@ -44,8 +44,6 @@ Specify a configuration file. 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 "--py3k" -In Python 3 porting mode, all checkers will be disabled and only messages emitted by the porting checker will be displayed .IP "--ignore=[,...]" Add files or directories to the blacklist. They should be base names, not paths. [current: CVS] .IP "--persistent=" @@ -54,8 +52,6 @@ Pickle collected data for later comparisons. [current: yes] 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] -.IP "--extension-pkg-whitelist=" -A comma-separated list of package or module names from where C extensions may be loaded. Extensions are loading into the active Python interpreter and may run arbitrary code [current: none] .SH COMMANDS .IP "--help-msg=" @@ -229,7 +225,7 @@ Tells whether to store unknown words to indicated private dictionary in --spelli .SH FORMAT .IP "--max-line-length=" -Maximum number of characters on a single line. [current: 100] +Maximum number of characters on a single line. [current: 80] .IP "--ignore-long-lines=" Regexp for a line that is allowed to be longer than the limit. [current: ^\s*(# )??$] .IP "--single-line-if-stmt=" -- cgit v1.2.1