-
Notifications
You must be signed in to change notification settings - Fork 14
style: Run formatter #317
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
style: Run formatter #317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR applies code formatting improvements to the codebase, focusing on standardizing code style across multiple files. The changes include indentation normalization, quote style consistency, and documentation reorganization.
Key changes:
- Standardized indentation from 2 spaces to 4 spaces in proxy contracts
- Converted single quotes to double quotes in import statements
- Reorganized API documentation for better structure
- Removed extraneous blank lines
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/solidity/index.md | Reorganized documentation structure by moving IexecInterfaceNative section to appear after related interfaces |
| contracts/registries/proxy/Proxy.sol | Standardized indentation to 4 spaces and reformatted assembly blocks |
| contracts/registries/proxy/InitializableUpgradeabilityProxy.sol | Converted import quotes to double quotes and standardized indentation |
| contracts/registries/proxy/BaseUpgradeabilityProxy.sol | Converted import quotes to double quotes and standardized indentation |
| contracts/registries/proxy/Address.sol | Reformatted assembly block with proper indentation |
| contracts/facets/IexecEscrowNativeFacet.sol | Removed extraneous blank line after contract declaration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## chore/solidity-v8 #317 +/- ##
==================================================
Coverage 96.32% 96.32%
==================================================
Files 34 34
Lines 1117 1117
Branches 209 223 +14
==================================================
Hits 1076 1076
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Runned
npm run formatand added the auto solidity docs