Fix pylint calls

This commit is contained in:
Gergely Polonkai 2015-10-20 16:16:27 +02:00
parent 6312d48c00
commit 2db6e2dd24

View File

@ -10,9 +10,9 @@ test:
@echo "Coverage data is available in HTML format under the htmlcov directory"
lint:
rm -rf pylint
rm -rf pylint/* || true
pylint --rcfile=.pylintrc $(MODULES) || true
mkdir pylint
mkdir pylint || true
sh -c 'for file in pylint_*; do \
o="$${file#pylint_}"; \
mv "$$file" pylint/$$o; \