From 0b01e5775136772f7a140c5c68a998df749a3b86 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 7 Feb 2008 09:26:40 +0100 Subject: regenerated documentation --- man/pylint.1 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index 64ced34..80ff28a 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -1,4 +1,4 @@ -.TH pylint 1 "2007-3-6" pylint +.TH pylint 1 "2008-1-14" pylint .SH NAME .B pylint \- python code static checker @@ -64,9 +64,9 @@ Generate pylint's man page. .SH MESSAGES CONTROL .IP "--enable-checker=" -Enable only checker(s) with the given id(s). This option conflict with the disable-checker option +Enable only checker(s) with the given id(s). This option conflicts with the disable-checker option .IP "--disable-checker=" -Enable all checker(s) except those with the given id(s). This option conflict with the disable-checker option +Enable all checker(s) except those with the given id(s). This option conflicts with the enable-checker option .IP "--enable-msg-cat=" Enable all messages in the listed categories. .IP "--disable-msg-cat=" @@ -183,6 +183,8 @@ Ignore docstrings when computing similarities. [current: %default] .SH TYPECHECK .IP "--ignore-mixin-members=" Tells wether missing members accessed in mixin class should be ignored. A mixin class is detected if its name ends with "mixin" (case insensitive). [current: %default] +.IP "--ignored-classes=" +List of classes names for which member attributes should not be checked (useful for classes with attributes dynamicaly set). [current: %default] .IP "--zope=" When zope mode is activated, consider the acquired-members option to ignore access to some undefined attributes. [current: %default] .IP "--acquired-members=" @@ -223,8 +225,8 @@ There are 5 kind of message types : /usr/share/doc/pythonX.Y-pylint/ .SH COPYRIGHT -Copyright (c) 2003-2007 Sylvain Thenault (thenault@gmail.com). -Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE). +Copyright (c) 2003-2008 Sylvain Thenault (thenault@gmail.com). +Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr This program is free software; you can redistribute it and/or modify -- cgit v1.2.1