Skip to content

Commit 68d7a53

Browse files
committed
#1353 Movel help target to bottom of file
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 174a734 commit 68d7a53

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ else
8484
@echo "Scanner name not defined, please provide via make create-new-scanner NAME=NEW-SCANNER"
8585
endif
8686

87-
.PHONY: help
88-
help: ## Display this help screen.
89-
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
90-
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
91-
9287
test-scanner:
9388
make test -C $(SCANNERS_DIR)/$(target)
9489
test-hook:
@@ -109,3 +104,8 @@ lintfix: ## Lint only changed files with respect to main branch and apply automa
109104
lintall: ## Lint complete repo
110105
npx mega-linter-runner --env VALIDATE_ALL_CODEBASE=true
111106
@printf "\033[36m\n\n\nThe generated reports can be found under ./report/linters_logs/ \n\n\033[0m"
107+
108+
.PHONY: help
109+
help: ## Display this help screen.
110+
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
111+
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)