Thanks so much. Sent from my iPhone
> On 5 May 2019, at 5:20 PM, Ian Stapleton Cordasco > <graffatcolmin...@gmail.com> wrote: > > Unfortunately, there's nothing that short that serves as an example. > There is some documentation around building a plugin, though: > http://flake8.pycqa.org/en/latest/plugin-development/index.html > >> On Sun, May 5, 2019 at 11:09 AM oscar anomnihe <oscaranomn...@gmail.com> >> wrote: >> >> Thanks Ian, >> >> Is there a short sample (one or two lines) code that could make your >> explanation clearer to me. I will highly appreciate that. >> >> Regard >> Oscar >> Sent from my iPhone >> >>> On 5 May 2019, at 4:54 PM, Ian Stapleton Cordasco >>> <graffatcolmin...@gmail.com> wrote: >>> >>> Flake8 allows you to create a plugin that accepts the parameter >>> "lines" which will provide you with a list of strings representing all >>> of the lines in the file (including empty/blank lines). You can then >>> call "len(lines)" and return an violation if that exceeds 500. >>> >>>> On Sat, May 4, 2019 at 6:47 PM oscar anomnihe <oscaranomn...@gmail.com> >>>> wrote: >>>> >>>> Good day, >>>> >>>> How can I get flakes8 plugin to yell at me when I exceed 500 lines of >>>> code(not individual lines)? I need it to help me not exceed 500 lines of >>>> code. >>>> Kindly advice >>>> >>>> Regards >>>> >>>> Oscar >>>> >>>> Sent from my iPhone >>>> _______________________________________________ >>>> code-quality mailing list >>>> code-quality@python.org >>>> https://mail.python.org/mailman/listinfo/code-quality _______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality