We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3624329 commit 2bc8255Copy full SHA for 2bc8255
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