1
0
Fork 0

Merge pull request #15 from olysonek/make_lint

Print path to affected files on 'make lint'
This commit is contained in:
Jaroslav Škarvada 2017-02-17 12:46:17 +01:00 committed by GitHub
commit 82546e3027

View file

@ -183,6 +183,6 @@ test:
python -m unittest discover tests
lint:
pylint -E tuned *.py
pylint -E -f parseable tuned *.py
.PHONY: clean archive srpm tag test lint