1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-04 00:59:13 +03:00

python: Add 'make pylint' convenience rule.

This commit is contained in:
Jelmer Vernooij
2010-03-01 04:56:42 +01:00
parent 31a718aa27
commit 8448ece9de

View File

@ -38,3 +38,8 @@ PYFLAKES = pyflakes
pyflakes::
$(PYFLAKES) $(pyscriptsrcdir)/samba
PYLINT = pylint
pylint:: pythonmods
PYTHONPATH=$(pyscriptsrcdir) $(PYLINT) -f parseable samba