test: require lint to succeed for shared/ and tools/
This commit is contained in:
parent
bed5436a6e
commit
7393db50e0
|
@ -3,8 +3,8 @@ all: lint test
|
||||||
include ../tools/python.mk
|
include ../tools/python.mk
|
||||||
|
|
||||||
PIP_INSTALL = --editable .[dev]
|
PIP_INSTALL = --editable .[dev]
|
||||||
PYLINT_ARG = libretime_shared tests || true
|
PYLINT_ARG = libretime_shared tests
|
||||||
MYPY_ARG = libretime_shared || true
|
MYPY_ARG = libretime_shared
|
||||||
PYTEST_ARG = --cov=libretime_shared tests
|
PYTEST_ARG = --cov=libretime_shared tests
|
||||||
|
|
||||||
format: .format
|
format: .format
|
||||||
|
|
|
@ -3,8 +3,8 @@ all: lint test
|
||||||
include python.mk
|
include python.mk
|
||||||
|
|
||||||
PIP_INSTALL =
|
PIP_INSTALL =
|
||||||
PYLINT_ARG = tools || true
|
PYLINT_ARG = tools
|
||||||
MYPY_ARG = . || true
|
MYPY_ARG = .
|
||||||
PYTEST_ARG = .
|
PYTEST_ARG = .
|
||||||
|
|
||||||
format: .format
|
format: .format
|
||||||
|
|
Loading…
Reference in New Issue