We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dfd121 + 2b2e5c6 commit c7b8cb5Copy full SHA for c7b8cb5
1 file changed
Makefile
@@ -4,6 +4,9 @@ build:
4
fmt:
5
@./gradlew spotlessApply
6
7
+lint:
8
+ @echo "linting not ready yet"
9
+
10
test:
11
@./gradlew test
12
0 commit comments