[code-quality] Adding new warnings?

2013-07-05 Thread Skip Montanaro
Is there some magic to adding new messages to pylint? I've defined my new warning in checkers/classes.py by adding a new key/value pair to the MSGS dict: MSGS = { ... 'W0234': ('instance attribute %r is not used within the class', 'defined-attribute-not-accessed',

Re: [code-quality] copy/paste detection tool

2013-07-05 Thread Sylvain Thénault
Hello Lionel, On 05 juillet 07:27, Lionel Barret wrote: > My name is Lionel Barret, I attended Florent Xicluna”s Europython talk > Tuesday and it reminded me of a clone detection tool I used in the past (on > a 100k sloc codebase) > > I talked about it with a few people (Florent Xicluna , Joe Gor

Re: [code-quality] Flake8 News

2013-07-05 Thread Carl Crowder
Hi Ian, I'm interested in helping out, and #99 looks like the easiest place to get started learning the codebase. I also like the idea of a pylint plugin. Carl On 4 Jul 2013 17:42, "Ian Cordasco" wrote: > Hey all, > > I would first like to apologize for my complete disappearance from > everyt