mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Add lint commands in Makefile
This commit is contained in:
parent
609839d79a
commit
8b6e761496
1 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue