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