forked from archive/andrewferrier_email2pdf
Run pylint even if flake8 fails.
This commit is contained in:
parent
128275b55f
commit
c6a7cbe031
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,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 email2pdf .
|
||||
-/usr/bin/env python3 $(FLAKE8) --max-line-length=132 email2pdf .
|
||||
pylint -r n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled email2pdf
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Add table
Reference in a new issue