-
Notifications
You must be signed in to change notification settings - Fork 215
Linter issues #7306
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
base: rc/supernova
Are you sure you want to change the base?
Linter issues #7306
Conversation
|
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## rc/supernova #7306 +/- ##
=============================================
Coverage 75.25% 75.25%
=============================================
Files 838 838
Lines 137369 137355 -14
=============================================
- Hits 103373 103363 -10
+ Misses 28193 28190 -3
+ Partials 5803 5802 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No new lines added, should be ok on rc branch |
|
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
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 pull request addresses linter issues throughout the codebase by cleaning up comment formatting and standardizing variable naming patterns.
- Standardizes comment formatting by adding spaces after
//markers - Renames variables from
expectedErrtoerrExpectedfor consistency - Simplifies conditional logic and code structure where possible
Reviewed Changes
Copilot reviewed 218 out of 218 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vm/systemSmartContracts/validator_test.go | Updated comment formatting to add spaces after // markers |
| vm/systemSmartContracts/esdt.go | Simplified boolean assignment by using direct comparison |
| update/factory/dataTrieFactory.go | Fixed import usage to use aliased import name |
| txcache/ files | Renamed error variables from expectedErr to errExpected for consistency |
| process/ files | Standardized error variable names and improved comment formatting |
| trie/ files | Updated error variable naming and simplified conditional logic |
| node/ files | Consistent error variable naming and comment formatting improvements |
| outport/ files | Updated error variable names and fixed property access |
Comments suppressed due to low confidence (5)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?