Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imp: organize imports using rustfmt.toml #849

Merged
merged 4 commits into from
Sep 5, 2023
Merged

imp: organize imports using rustfmt.toml #849

merged 4 commits into from
Sep 5, 2023

Conversation

Farhad-Shabani
Copy link
Member

Closes: #848


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2d610b6) 71.59% compared to head (4e3bd32) 71.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #849   +/-   ##
=======================================
  Coverage   71.59%   71.60%           
=======================================
  Files         124      124           
  Lines       15142    15146    +4     
=======================================
+ Hits        10841    10845    +4     
  Misses       4301     4301           
Files Changed Coverage Δ
crates/ibc-derive/src/client_state.rs 75.60% <ø> (ø)
...ive/src/client_state/traits/client_state_common.rs 100.00% <ø> (ø)
.../src/client_state/traits/client_state_execution.rs 100.00% <ø> (ø)
...src/client_state/traits/client_state_validation.rs 100.00% <ø> (ø)
crates/ibc-derive/src/consensus_state.rs 98.18% <ø> (ø)
crates/ibc/src/applications/transfer/amount.rs 85.26% <ø> (ø)
crates/ibc/src/applications/transfer/coin.rs 80.00% <ø> (ø)
crates/ibc/src/applications/transfer/context.rs 51.95% <ø> (ø)
crates/ibc/src/applications/transfer/denom.rs 74.32% <ø> (ø)
crates/ibc/src/applications/transfer/error.rs 28.00% <ø> (ø)
... and 105 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Farhad-Shabani Farhad-Shabani marked this pull request as ready for review September 1, 2023 16:24
@plafer plafer merged commit dc8e416 into main Sep 5, 2023
@plafer plafer deleted the farhad/enhance-fmt branch September 5, 2023 14:24
Farhad-Shabani added a commit that referenced this pull request Sep 9, 2024
* imp: organize imports using rustfmt.toml

* fix: use nightly toolchain for fmt

* fix: add fmt component

* nix: add reorder_imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Organize imports by adding rustfmt.toml
2 participants