From 2bc8255cf4689fb69cd41ade2ca39cb08b256bbd Mon Sep 17 00:00:00 2001 From: Benjosh95 Date: Wed, 27 Aug 2025 12:11:13 +0200 Subject: [PATCH] add lint placeholder target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 50b8a85..945cf42 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ build: fmt: @./gradlew spotlessApply +lint: + @echo "linting not ready yet" + test: @./gradlew test