Skip to content

Commit

Permalink
setup(makefile): lint-gofmt-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Oct 3, 2024
1 parent 5c304ec commit ea42c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ lint-fix:
lint-all:
@revive ./...

lint-gofmt-fix:
@find -name "*.go" -exec gofmt -w -s {} \;

.PHONY: build run clean setup

###############################################################################
Expand Down

0 comments on commit ea42c6a

Please sign in to comment.