We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd1bc2 commit 170b5d6Copy full SHA for 170b5d6
tools/make/lib/lint/git/Makefile
@@ -43,7 +43,7 @@ endif
43
# @param {string} GIT_COMMIT_MESSAGE - Git commit message text
44
#
45
# @example
46
-# make lint-commit-message
+# make lint-commit-message GIT_COMMIT_MESSAGE="feat: add `foo/bar`"
47
#/
48
lint-commit-message:
49
ifeq ($(GIT_COMMIT_LINTER), commitlint)
0 commit comments