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

[LINT] renames target lint.staged into lint.before-commit

parent 78d54196
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ LINT.checked-unstaged-ok: ...@@ -262,7 +262,7 @@ LINT.checked-unstaged-ok:
exit 1; \ exit 1; \
fi; fi;
$(eval $(call LINT.file-list-filter-with-git-diff,staged,--cached HEAD,LINT.checked-unstaged-ok)) $(eval $(call LINT.file-list-filter-with-git-diff,before-commit,--cached HEAD,LINT.checked-unstaged-ok))
#### rules for make <lint-target>.before-commit-a #### rules for make <lint-target>.before-commit-a
## looks at unstaged and staged files ## looks at unstaged and staged files
......
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