mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-05 09:10:53 +00:00
Makefile: in check-umids, exclude 'old.py' to avoid false positives.
This commit is contained in:
parent
37ee8f79d5
commit
8d020aaba2
4
Makefile
4
Makefile
@ -138,11 +138,11 @@ pyflakes:
|
|||||||
@echo
|
@echo
|
||||||
|
|
||||||
check-umids:
|
check-umids:
|
||||||
$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'`
|
$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py' -not -name 'old.py'`
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
-check-umids:
|
-check-umids:
|
||||||
-$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'`
|
-$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py' -not -name 'old.py'`
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
doc-checks: check-rst
|
doc-checks: check-rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user