Skip to content

Commit 2bc8255

Browse files
committed
add lint placeholder target
1 parent 3624329 commit 2bc8255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ build:
44
fmt:
55
@./gradlew spotlessApply
66

7+
lint:
8+
@echo "linting not ready yet"
9+
710
test:
811
@./gradlew test
912

0 commit comments

Comments
 (0)