1
0
Fork 0

Merge pull request #13 from olysonek/make_lint

Add 'lint' target to Makefile
This commit is contained in:
Jaroslav Škarvada 2017-02-16 10:08:20 +01:00 committed by GitHub
commit 78c0319e4f

View file

@ -182,4 +182,7 @@ clean:
test:
python -m unittest discover tests
.PHONY: clean archive srpm tag test
lint:
pylint -E tuned *.py
.PHONY: clean archive srpm tag test lint