Skip to content

Commit

Permalink
Merge pull request #20 from classic-terra/dong/v0.45.0-classic
Browse files Browse the repository at this point in the history
Use v0.45.0 classic for v0.46.0
  • Loading branch information
phamminh0811 authored Aug 22, 2024
2 parents 7c6ec5b + 91e26b3 commit 4f1eb38
Show file tree
Hide file tree
Showing 44 changed files with 2,113 additions and 3,608 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ lint: format-tools
find . -name '*.go' -type f -not -path "./vendor*" -not -path "./tests/system/vendor*" -not -path "*.git*" -not -path "*_test.go" | xargs gofumpt -d

format: format-tools
find . -name '*.go' -type f -not -path "./vendor*" -not -path "./tests/system/vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" | xargs gofumpt -w
find . -name '*.go' -type f -not -path "./vendor*" -not -path "./tests/system/vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" | xargs misspell -w
find . -name '*.go' -type f -not -path "./vendor*" -not -path "./tests/system/vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" | xargs goimports -w -local github.com/CosmWasm/wasmd
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" -not -name "*.pb.go" -not -name "*.pb.gw.go" | xargs gofumpt -w -s
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" -not -name "*.pb.go" -not -name "*.pb.gw.go" | xargs misspell -w
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" -not -name "*.pb.go" -not -name "*.pb.gw.go" | xargs goimports -w -local github.com/CosmWasm/wasmd


###############################################################################
Expand Down
Loading

0 comments on commit 4f1eb38

Please sign in to comment.