mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-14 01:18:58 +02:00
Remove commented pre-commit command from Makefile
Deleted an unused, commented-out pre-commit command from the apply-formatting target to clean up the Makefile.
This commit is contained in:
parent
7a2a307a0a
commit
f60491885f
1
Makefile
1
Makefile
@ -13,7 +13,6 @@ check-formatting:
|
|||||||
apply-formatting:
|
apply-formatting:
|
||||||
@echo "\033[0;32mApplying code formatting...\033[0m"
|
@echo "\033[0;32mApplying code formatting...\033[0m"
|
||||||
@mvn spotless:apply
|
@mvn spotless:apply
|
||||||
# pre-commit run --all-files
|
|
||||||
|
|
||||||
build: apply-formatting
|
build: apply-formatting
|
||||||
@echo "\033[0;34mBuilding project (GPG skipped)...\033[0m"
|
@echo "\033[0;34mBuilding project (GPG skipped)...\033[0m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user