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:
@ -38,3 +38,8 @@ PYFLAKES = pyflakes
|
||||
|
||||
pyflakes::
|
||||
$(PYFLAKES) $(pyscriptsrcdir)/samba
|
||||
|
||||
PYLINT = pylint
|
||||
|
||||
pylint:: pythonmods
|
||||
PYTHONPATH=$(pyscriptsrcdir) $(PYLINT) -f parseable samba
|
||||
|
Reference in New Issue
Block a user