From 94d57f50c0095cfc01c5dd81cddf62eb63fa8ba9 Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Thu, 28 May 2020 16:06:23 +0200 Subject: [PATCH] add fake lint and format targets Highly hacky! Lint and format steps are coming very soon thanks to the decaf, but in the meantime we need steps to pass CI. Updating the build scripts after the decaf will undo this change. --- services/real-time/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/real-time/Makefile b/services/real-time/Makefile index 5dee366537..d8b68a699f 100644 --- a/services/real-time/Makefile +++ b/services/real-time/Makefile @@ -54,5 +54,8 @@ publish: docker push $(DOCKER_REPO)/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) +lint: + +format: .PHONY: clean test test_unit test_acceptance test_clean build publish