File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ include $(TOOLS_MAKE_LIB_DIR)/coverage-service/Makefile
8080include $(TOOLS_MAKE_LIB_DIR ) /dist/Makefile
8181include $(TOOLS_MAKE_LIB_DIR ) /docs/Makefile
8282include $(TOOLS_MAKE_LIB_DIR ) /examples/Makefile
83+ include $(TOOLS_MAKE_LIB_DIR ) /git/Makefile
8384include $(TOOLS_MAKE_LIB_DIR ) /install/Makefile
8485include $(TOOLS_MAKE_LIB_DIR ) /licenses/Makefile
8586include $(TOOLS_MAKE_LIB_DIR ) /links/Makefile
Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ SHELL_LINTER ?= shellcheck
143143# Define the linter to use when linting C files:
144144C_LINTER ?= cppcheck
145145
146+ # Define the linter to use when linting Git commit messages:
147+ GIT_COMMIT_LINTER ?= commitlint
148+
149+ # Define the tool for providing an interactive Git prompt for entering commit messages:
150+ GIT_COMMIT_PROMPT ?= commitizen
151+
146152
147153# COMMANDS #
148154
You can’t perform that action at this time.
0 commit comments