Skip to content
Snippets Groups Projects
Commit 1f196523 authored by Ben Patterson's avatar Ben Patterson
Browse files

Paver: pep8/pylint violations limit switch. Fail if limit is breached.

This adds the -l switch, wherein a violations limit is passed in. For
example:
  paver run_pep8 -l 700

Will fail if more than 700 violations are found.

By default, this limit is not enforced (i.e. if the -l switch
is not passed into the command, then a limit will not be put
into effect for that run)
parent cd1a4d1d
No related branches found
Tags release-2020-09-15-10.00
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment