Skip to content

Commit

Permalink
chore(deps): update module github.com/daixiang0/gci to v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mvisonneau committed Jul 1, 2024
1 parent 22223a1 commit b0056c4
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 @@ -7,7 +7,7 @@ REPOSITORY := mvisonneau/$(NAME)
.PHONY: fmt
fmt: ## Format source code
go run mvdan.cc/[email protected] -w $(shell git ls-files **/*.go)
go run github.com/daixiang0/[email protected].0 write -s standard -s default -s "prefix(github.com/mvisonneau)" .
go run github.com/daixiang0/[email protected].4 write -s standard -s default -s "prefix(github.com/mvisonneau)" .

.PHONY: lint
lint: ## Run all lint related tests upon the codebase
Expand Down

0 comments on commit b0056c4

Please sign in to comment.