Skip to content

Commit

Permalink
build: don't overwrite files
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Oct 31, 2024
1 parent 9ac0255 commit 8c09d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ help: ## Show this help
@egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-12s\033[0m %s\n", $$1, $$2}'

lint: tidy ## Run linter
golines -w -m 79 --base-formatter=gofumpt .
golines -m 79 --base-formatter=gofumpt .
gosec ./...
go vet ./...

Expand Down

0 comments on commit 8c09d18

Please sign in to comment.