[code-quality] Flakes8 help on my short codes.

Jonathan Hartley tartley at tartley.com
Sun May 5 11:49:54 EDT 2019


I don't know flake8 well, but one tactic is to wrap the flake8 call in a "lint" script, and do any extra checks you want in there, in Bash. eg looping over files and calling "wc -l" in this case.

Apologies this is not what you asked for.

On Sat, May 4, 2019, at 19:47, oscar anomnihe 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 at python.org
> https://mail.python.org/mailman/listinfo/code-quality
> 

--
Jonathan Hartley +1(507)513-1101
@tartley  <http://tartley.com/>http://tartley.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20190505/16541451/attachment.html>


More information about the code-quality mailing list