Skip to content

Commit

Permalink
chore: fix typo in Makefile (cosmos#6168)
Browse files Browse the repository at this point in the history
  • Loading branch information
seay404 authored and bznein committed Apr 16, 2024
1 parent e94ae0b commit 7b08e2b
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 @@ -331,7 +331,7 @@ lint-fix:
@echo "--> Running linter"
@./scripts/go-lint-all.sh --fix

#? format: Run gofumpt and mispell
#? format: Run gofumpt and misspell
format:
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./docs/client/statik/statik.go" -not -path "./tests/mocks/*" -not -name '*.pb.go' -not -name '*.pb.gw.go' | xargs gofumpt -w
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./docs/client/statik/statik.go" -not -path "./tests/mocks/*" -not -name '*.pb.go' -not -name '*.pb.gw.go' | xargs misspell -w
Expand Down

0 comments on commit 7b08e2b

Please sign in to comment.