Disable complexity check; pylint will report on this.

This commit is contained in:
Andrew Ferrier 2015-07-01 06:18:06 -05:00
parent 0095261533
commit 05a0449263

View file

@ -37,7 +37,7 @@ unittest_verbose:
analysis:
# Debian version is badly packaged, make sure we are using Python 3.
/usr/bin/env python3 $(FLAKE8) --max-line-length=132 --max-complexity 10 .
/usr/bin/env python3 $(FLAKE8) --max-line-length=132 .
pylint --report=n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled email2pdf
coverage: