Setup Utilities #12

Merged
SZUT-Dominik merged 7 commits from setup into main 2024-04-23 11:16:45 +00:00
Showing only changes of commit 2c1800dab2 - Show all commits

View file

@ -19,22 +19,9 @@ build: ## Builds System Specific Executables
@bin/make/build.sh
##|——[ Code Quality ]———————————————————————————————————————————————————————————————|
stan: ## Runs Static Code Analysis
@echo TODO
test: ## Runs all tests
@echo TODO
lint: ## Checks if the Code follows the Styling Conventions
@mvn checkstyle:check
##|——[ linting ]———————————————————————————————————————————————————————————————————|
java-lint: ## Corrects Code Linting in Java
@echo TODO
template-lint: ## Corrects Code Linting in Templates
@echo TODO
##|——[ Test Data ]——————————————————————————————————————————————————————————————————|
demo-data: ## Writes Demo Data to the local instance
@mvn exec:java -Dexec.mainClass="de.hitec.nhplus.fixtures.Fixtures"