[Python-projects] A first impression of pylint
Sylvain Thénault
sylvain.thenault at logilab.fr
Mon Jul 20 17:29:02 CEST 2009
On 20 juillet 17:17, Alexandre Fayolle wrote:
> > * have a distinction between different kind of warnings :
> > - potential errors
> > - formatting issues (indentation, line length, name convention ...)
> > - code cleaning (unused variables ...)
> > ideally, I would like to optionally disable some of them but not the
> > other ones, or have the warnings but not the Convention
> > and Refactoring issues, and so on.
>
> Right now, filtering is by checkers. I agree filtering by severity / message
> type could be nice. I generally achieve this with grep.
filtering by category is already there (see --enable-msg-cat/--disable-msg-cat).
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
CubicWeb, the semantic web framework: http://www.cubicweb.org
More information about the Python-Projects
mailing list