Skip to content

Commit

Permalink
Improve lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Jun 12, 2023
1 parent 53c48a7 commit 79f77ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ gen-check: format check-git
.PHONY: format
format:
@go mod tidy
@goimports -l -w -local $(MODULE) .
@gofumpt -w .
@goimports -local $(MODULE) -w .
@gci write --section=standard,default,Prefix\($(MODULE)\) .

.PHONY: lint
lint:
Expand Down

0 comments on commit 79f77ea

Please sign in to comment.