Merge pull request #13 from olysonek/make_lint
Add 'lint' target to Makefile
This commit is contained in:
commit
78c0319e4f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue