mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
check-umids: new tool to check uniqueness of umids
This commit is contained in:
parent
6c2a4f0d0f
commit
8cd44b1baa
2
Makefile
2
Makefile
@ -178,6 +178,8 @@ endif
|
|||||||
|
|
||||||
pyflakes:
|
pyflakes:
|
||||||
$(PYTHON) -OOu `which pyflakes` src/allmydata |sort |uniq
|
$(PYTHON) -OOu `which pyflakes` src/allmydata |sort |uniq
|
||||||
|
check-umids:
|
||||||
|
$(PYTHON) misc/coding_tools/check-umids.py `find src/allmydata -name '*.py'`
|
||||||
|
|
||||||
count-lines:
|
count-lines:
|
||||||
@echo -n "files: "
|
@echo -n "files: "
|
||||||
|
Loading…
Reference in New Issue
Block a user