loadsmart / danger-pep8

A Danger plugin for Python's PEP 8
https://www.python.org/dev/peps/pep-0008/
MIT License
9 stars 3 forks source link

Add pep8.count_errors #1

Closed rcmachado closed 7 years ago

rcmachado commented 7 years ago

Raises a warning if the number of errors is above configured threshold (via pep8.max_errors variable).

By default, if any error is found triggers a warning.