Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

chore: Gofumpt #1298

Merged
merged 10 commits into from
Aug 26, 2022
Merged

chore: Gofumpt #1298

merged 10 commits into from
Aug 26, 2022

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Aug 24, 2022

Closes: #XXX

Description

This PR runs:

gofumpt -w -l  .
golangci-lint run ./... --fix

And then enables a 150 character line length limit.


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@fedekunze fedekunze enabled auto-merge (squash) August 24, 2022 15:42
@faddat faddat changed the title Gofumpt chore: Gofumpt Aug 25, 2022
@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #1298 (61070a2) into main (1ea0cb3) will increase coverage by 0.24%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1298      +/-   ##
==========================================
+ Coverage   52.13%   52.37%   +0.24%     
==========================================
  Files         105      105              
  Lines        9547     9607      +60     
==========================================
+ Hits         4977     5032      +55     
- Misses       4302     4307       +5     
  Partials      268      268              
Impacted Files Coverage Δ
client/testnet.go 0.00% <0.00%> (ø)
rpc/backend/account_info.go 0.00% <0.00%> (ø)
rpc/backend/call_tx.go 0.00% <ø> (ø)
rpc/backend/node_info.go 0.00% <0.00%> (ø)
rpc/backend/tracing.go 0.00% <0.00%> (ø)
types/chain_id.go 84.21% <ø> (ø)
x/evm/client/cli/query.go 0.00% <0.00%> (ø)
x/evm/simulation/operations.go 0.00% <0.00%> (ø)
x/evm/types/tracer.go 7.14% <0.00%> (ø)
app/ante/eip712.go 54.43% <100.00%> (ø)
... and 6 more

@faddat faddat marked this pull request as draft August 25, 2022 20:04
@faddat
Copy link
Contributor Author

faddat commented Aug 25, 2022

I've draft-ified this till lll is finished.

@faddat faddat marked this pull request as ready for review August 25, 2022 22:49
@fedekunze fedekunze enabled auto-merge (squash) August 26, 2022 10:16
@fedekunze fedekunze merged commit 524e25c into evmos:main Aug 26, 2022
@danburck danburck mentioned this pull request Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants