Skip to content

Commit b79b24f

Browse files
committed
Add message at end of linting explaining where logs can be found
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
1 parent a2841a0 commit b79b24f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ test-hook:
9898
.PHONY:
9999
lint: ## Lint only changed files with respect to main branch
100100
npx mega-linter-runner
101+
@printf "\033[36m\n\n\nThe generated reports can be found under ./report/linters_logs/ \n\n\033[0m"
101102

102103
.PHONY:
103104
lintall: ## Lint complete repo
104105
npx mega-linter-runner --env VALIDATE_ALL_CODEBASE=true
106+
@printf "\033[36m\n\n\nThe generated reports can be found under ./report/linters_logs/ \n\n\033[0m"

0 commit comments

Comments
 (0)