Re: [Python-projects] A first impression of pylint

2009-07-21 Thread Mads Kiilerich
On 07/21/2009 11:08 AM, Emile Anclin wrote: On Monday 20 July 2009 17:29:02 Sylvain Thénault wrote: On 20 juillet 17:17, Alexandre Fayolle wrote: * have a distinction between different kind of warnings : - potential errors - formatting issues (indentation, line length, name conv

Re: [Python-projects] A first impression of pylint

2009-07-21 Thread Emile Anclin
On Monday 20 July 2009 17:29:02 Sylvain Thénault wrote: > 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 (unuse

Re: [Python-projects] A first impression of pylint

2009-07-20 Thread Sylvain Thénault
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 disab

Re: [Python-projects] A first impression of pylint

2009-07-20 Thread Alexandre Fayolle
Le Monday 20 July 2009 16:05:40 Emile Anclin, vous avez écrit : > Some remarks for simplifying/improving pylint's user interface: imho, > pylint should > > * have a tool to generate a sample pylintrc file with all checks enabled > by default That's the --generate-rcfile command line option > *

Re: [Python-projects] A first impression of pylint

2009-07-20 Thread Emile Anclin
-boun...@lists.logilab.org] On Behalf Of Marius Gedminas > > > Sent: jeudi 16 juillet 2009 0:11 > > > To: python-projects@lists.logilab.org > > > Subject: [Python-projects] A first impression of pylint > > > > Thanks for your feedback. Thanks for your rema