NOTICKET: simplify Makefile
This commit is contained in:
parent
ecbf1240c0
commit
2c1800dab2
1 changed files with 0 additions and 13 deletions
13
Makefile
13
Makefile
|
@ -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"
|
Loading…
Reference in a new issue