test: require lint to succeed for shared/ and tools/

This commit is contained in:
jo 2022-01-22 17:15:30 +01:00 committed by Kyle Robbertze
parent bed5436a6e
commit 7393db50e0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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