Makefile: Run pylint on the tests too
The tests are now in a good shape, so we can now run pylint on them without getting a huge list of errors. In fact, we should lint them to decrease the likelihood they'll go stale again. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
32666498ba
commit
afa6611f39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -215,6 +215,6 @@ test:
|
|||
$(PYTHON) -m unittest discover tests
|
||||
|
||||
lint:
|
||||
$(PYLINT) -E -f parseable tuned *.py
|
||||
$(PYLINT) -E -f parseable tuned *.py tests
|
||||
|
||||
.PHONY: clean archive srpm tag test lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue