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@python.org
> https://mail.python.org/mailman/listinfo/code-quality
> 

--
Jonathan Hartley +1(507)513-1101
@tartley  <http://tartley.com/>http://tartley.com
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to