Skip to content

Commit

Permalink
feat(commitizen): Use commitizen instead of custom script
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Dec 19, 2023
1 parent 1ed4bfb commit bc4ca3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $(RELEASE_DIR)/%-$(RELEASE_SUFFIX): $(BIN_DIR)/%-$(BIN_ARCH)$(BIN_SUFFIX)
$(TAR) -cvz --transform 's,$(BIN_DIR)/$(*)-$(BIN_ARCH)$(BIN_SUFFIX),$(*)$(BIN_SUFFIX),gi' -f "$@" "$<"

## Run Go tests
test: test-fmt test-git
test: test-fmt
go test -v -coverprofile fmtcoverage.html ./...
.PHONY: test

Expand All @@ -91,11 +91,6 @@ test-fmt:
test -z "$$(go fmt ./...)"
.PHONY: test-fmt

## Check git commits formatting
test-git:
./scripts/git-check-commits.sh
.PHONY: test-git

## Clean build artifacts
clean:
rm -rf $(BIN_DIR) $(RELEASE_DIR)
Expand Down
21 changes: 0 additions & 21 deletions scripts/git-check-commits.sh

This file was deleted.

0 comments on commit bc4ca3a

Please sign in to comment.