chore: delete commitlint

This commit is contained in:
Henrique Dias
2025-11-13 09:41:33 +01:00
parent 6eb7b4b8ec
commit 1c62038344
5 changed files with 0 additions and 1165 deletions

View File

@@ -25,8 +25,3 @@ TOOLS_JS_DEPS=$(TOOLS_DIR)/node_modules/.modified
$(TOOLS_JS_DEPS): $(TOOLS_DIR)/package.json $(TOOLS_DIR)/yarn.lock
$Q cd ${TOOLS_DIR} && yarn install
$Q touch -am $@
commitlint=$(TOOLS_BIN)/commitlint
$(commitlint): $(TOOLS_JS_DEPS)
$Q ln -sf $(TOOLS_DIR)/node_modules/.bin/commitlint $@
$Q touch -am $@