[code-quality] Re: Adoption of doc8

2019-07-24 Thread Stephen Finucane
On Fri, 2019-07-19 at 15:47 +0100, Stephen Finucane wrote: > On Thu, 2019-07-18 at 18:24 -0500, Ian Stapleton Cordasco wrote: > > On Thu, Jul 18, 2019 at 8:04 AM Stephen Finucane wrote: > > > On Thu, 2019-07-18 at 07:36 -0500, Ian Stapleton Cordasco wrote: > > > > I'm not sure. Bandit, however, co

[code-quality] Re: Adoption of doc8

2019-07-24 Thread Ian Stapleton Cordasco
I'll double check those settings but it may be that the repo isn't in the right team Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Wed, Jul 24, 2019, 06:03 Stephen Finucane wrote: > On Fri, 2019-07-19 at 15:47 +0100, Stephen Finucane wrote: > > On Thu, 2019-07-18 at

[code-quality] Calculate the Convention Error

2019-07-24 Thread Aneela Saleem
Hi, I'm new to PyLint. I'm writing a python script to calculate the Coding Convention Error by changing the formula in .pylintrc file: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) When I run the script I get the following response. Using config file /private/va