mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Add lint commands in Makefile
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
.PHONY: test build_test
|
||||
.PHONY: java_lint test build_test
|
||||
|
||||
test: build_test
|
||||
lint:
|
||||
./gradlew spotlessCheck
|
||||
|
||||
lint_apply:
|
||||
./gradlew spotlessApply
|
||||
|
||||
test: lint build_test
|
||||
./gradlew test --info
|
||||
|
||||
build_test:
|
||||
|
||||
Reference in New Issue
Block a user