Skip to content

Commit 2b2e5c6

Browse files
authored
chore(make): add lint placeholder target (#17)
1 parent 3624329 commit 2b2e5c6

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)