mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +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
|
||||
|
||||
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
|
||||
|
||||
-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
|
||||
|
||||
doc-checks: check-rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user