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

.*: fix revive lint issues unused-parameter #7580

Merged
merged 13 commits into from
Sep 3, 2024

Conversation

janardhanvissa
Copy link
Contributor

Addresses: #7444

RELEASE NOTES: None

Copy link

codecov bot commented Aug 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.76%. Comparing base (00514a7) to head (3c606f1).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7580      +/-   ##
==========================================
+ Coverage   81.73%   81.76%   +0.02%     
==========================================
  Files         361      361              
  Lines       27809    27809              
==========================================
+ Hits        22730    22737       +7     
+ Misses       3869     3867       -2     
+ Partials     1210     1205       -5     
Files with missing lines Coverage Δ
xds/internal/balancer/clusterimpl/clusterimpl.go 90.52% <100.00%> (+0.94%) ⬆️

... and 15 files with indirect coverage changes

@purnesh42H
Copy link
Contributor

There are still some unused-parameter left https://github.com/grpc/grpc-go/actions/runs/10641877632/job/29503596628?pr=7580. Please fix

@purnesh42H purnesh42H mentioned this pull request Aug 31, 2024
13 tasks
@janardhanvissa
Copy link
Contributor Author

@purnesh42H Fixed all the unused-parameter linter issues.

@purnesh42H purnesh42H changed the title .*: fix revive linter: unused-parameter .*: fix revive lint issues unused-parameter Sep 2, 2024
@purnesh42H purnesh42H self-requested a review September 2, 2024 05:43
Copy link
Contributor

@purnesh42H purnesh42H left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@purnesh42H
Copy link
Contributor

@arvindbr8 for another review

@arvindbr8 arvindbr8 added the Type: Internal Cleanup Refactors, etc label Sep 3, 2024
@arvindbr8 arvindbr8 added this to the 1.67 Release milestone Sep 3, 2024
@arvindbr8 arvindbr8 linked an issue Sep 3, 2024 that may be closed by this pull request
13 tasks
@arvindbr8 arvindbr8 merged commit 0f03c74 into grpc:master Sep 3, 2024
14 checks passed
@janardhanvissa janardhanvissa deleted the linter-unused-parameter branch September 16, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add godoc linter
3 participants