For the record, RichBurridge (http://twitter.com/richburridge) is using pylint with some messages disabled :
C0103: *Invalid name "%s" (should match %s)* C0111: *Missing docstring* W0312: *Found indentation with %ss instead of %ss* W0311: *Bad indentation. Found %s %s, expected %s* W0511: Used when a warning note as FIXME or XXX is detected W0612: *Unused variable %r* W0704: *Except doesn't do anything* R0201: *Method could be a function* R0902: *Too many instance attributes (%s/%s)* and finds this setting useful. He says "[he] could have changed various ...-rgx. Easier to disable". [this is a 'for the record' message. I'm not suggesting that we drop all these by default, especially W0312 and W0311. But I thing it is a good thing to know the usage patterns of pylint users] -- Alexandre Fayolle LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Informatique scientifique: http://www.logilab.fr/science _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects