Skip to content

Commit

Permalink
Remove unnecessary target
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Jan 30, 2024
1 parent e69294a commit 8b7bc7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ pre-commit: tidy fmt lint vulnerabilities test clean # Runs all pre-commit check
commit: pre-commit # Commits the changes to the repository.
$(GIT) commit -s

push: commit # Pushes the changes to the repository.
$(GIT) push origin trunk

doc: # Serve the documentation locally.
$(GO) run golang.org/x/tools/cmd/godoc@latest -http=localhost:1967

Expand Down Expand Up @@ -46,4 +43,4 @@ test/coverage: # Generates a coverage profile and open it in a browser.
clean: # Cleans cache files from tests and deletes any build output.
$(RM) -f cover.out

.PHONY: all pre-commit commit push doc tidy fmt lint vulnerabilities test test/integration test/coverage clean
.PHONY: all pre-commit commit doc tidy fmt lint vulnerabilities test test/integration test/coverage clean

0 comments on commit 8b7bc7f

Please sign in to comment.