Skip to content
Snippets Groups Projects
Commit 4723ccb6 authored by Benoit Boissinot's avatar Benoit Boissinot
Browse files

check-code: add Makefile target to run check-code

parent 54211081
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@
test-%:
cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@
check-code:
hg manifest | xargs python contrib/check-code.py
update-pot: i18n/hg.pot
i18n/hg.pot: $(PYFILES) $(DOCFILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment