Re: [code-quality] Using a linter on introduced code

2014-03-28 Thread Anne Mulhern
- Original Message - > From: "Ned Batchelder" > To: [email protected] > Sent: Friday, March 28, 2014 11:05:06 AM > Subject: Re: [code-quality] Using a linter on introduced code > > > On 3/28/14 10:30 AM, Mihai Bivol wrote: > > Hello, > > > > I am working on a tool that integrat

Re: [code-quality] Using a linter on introduced code

2014-03-28 Thread Ned Batchelder
On 3/28/14 10:30 AM, Mihai Bivol wrote: Hello, I am working on a tool that integrates pylint with github pull requests[1]. My goal is to make the linting process as less disruptive as possible and help devs fix issues in their code before submitting it to review. I saw in another thread that so

[code-quality] Using a linter on introduced code

2014-03-28 Thread Mihai Bivol
Hello, I am working on a tool that integrates pylint with github pull requests[1]. My goal is to make the linting process as less disruptive as possible and help devs fix issues in their code before submitting it to review. I saw in another thread that some of you already have some experience usin