Skip to content
Snippets Groups Projects
Commit 5bc7f09f authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[Lint] checked file list

parent 85d47749
No related branches found
No related tags found
No related merge requests found
......@@ -217,8 +217,8 @@ LINT.$(1)-filter-targets=$$(addsuffix .$(1),$$(LINT.main-targets))
$$(LINT.$(1)-filter-targets):: LINT.FILE_LIST=$$(call LINT.file-list-from-git-diff,$(2))
$$(LINT.$(1)-filter-targets):: %.$(1) : $(3) %
@echo [LINT] Done: LINT_DIFF=\"$(2)\" make $$(basename $$@)
@echo [LINT] git diff --name-status
$$(GIT) diff --name-status HEAD
@echo [LINT] checked file list:
$$(GIT) diff --name-status $(2)
endef
ifeq ($(LINT_DIFF),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment