forked from archive/andrewferrier_email2pdf
Make sure flake8 covers main script.
This commit is contained in:
parent
3d1b9ce1fd
commit
9716e7aee0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,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 .
|
||||
/usr/bin/env python3 $(FLAKE8) --max-line-length=132 email2pdf .
|
||||
pylint --report=n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled email2pdf
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Add table
Reference in a new issue