Fix pylint calls
This commit is contained in:
parent
6312d48c00
commit
2db6e2dd24
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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user