Merge pull request #15 from olysonek/make_lint
Print path to affected files on 'make lint'
This commit is contained in:
commit
82546e3027
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue