forked from archive/andrewferrier_email2pdf
Disable complexity check; pylint will report on this.
This commit is contained in:
parent
0095261533
commit
05a0449263
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue