Re: [code-quality] Minimal example

2016-08-18 Thread mrx
Done, thanks again! Patrik Iselind On Wed, Aug 17, 2016 at 11:05 PM, Claudiu Popa wrote: > > > On Wed, Aug 17, 2016 at 10:37 PM, Patrik Iselind > wrote: > >> Thanks, i got it to work now. >> >> I have some feedback on the page you referred to. >> >> I was missing the implements line as well. T

Re: [code-quality] Minimal example

2016-08-17 Thread Claudiu Popa
On Wed, Aug 17, 2016 at 10:37 PM, Patrik Iselind wrote: > Thanks, i got it to work now. > > I have some feedback on the page you referred to. > > I was missing the implements line as well. This was not highlighted at > all. > > Bullet two concerning priority. How checkers are ordered (internally?

Re: [code-quality] Minimal example

2016-08-17 Thread Patrik Iselind
Thanks, i got it to work now. I have some feedback on the page you referred to. I was missing the implements line as well. This was not highlighted at all. Bullet two concerning priority. How checkers are ordered (internally?) doesn't help me to decide if i should set a negative priority close

Re: [code-quality] Minimal example

2016-08-14 Thread Claudiu Popa
On Sat, Aug 13, 2016 at 11:31 AM, mrx wrote: > Hi, > > Where can i find a bare minimum pylint checker that will successfully be > registered and called? > > I've tried to write a checker like so: > $ cat mychecker.py > from pylint import checkers > import pdb > > class Foo(checkers.BaseChecker):