diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-02-07 09:26:40 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-02-07 09:26:40 +0100 |
commit | eae036d87aac831dcb6e64226170cb7378bd450e (patch) | |
tree | 8e982fd33810836b08c635067dfbe52e29c85df1 /man | |
parent | 07340dcbb0198ee3cf551a1453292aa81abf0b24 (diff) | |
download | pylint-git-eae036d87aac831dcb6e64226170cb7378bd450e.tar.gz |
regenerated documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/pylint.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/pylint.1 b/man/pylint.1 index 64ced34cf..80ff28a67 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=<checker ids>" -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=<checker ids>" -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=<msg cats>" Enable all messages in the listed categories. .IP "--disable-msg-cat=<msg cats>" @@ -183,6 +183,8 @@ Ignore docstrings when computing similarities. [current: %default] .SH TYPECHECK .IP "--ignore-mixin-members=<y_or_n>" 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=<members names>" +List of classes names for which member attributes should not be checked (useful for classes with attributes dynamicaly set). [current: %default] .IP "--zope=<y_or_n>" When zope mode is activated, consider the acquired-members option to ignore access to some undefined attributes. [current: %default] .IP "--acquired-members=<members names>" @@ -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 |