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

tests/framework: address golangci var-naming issues #17651

Merged

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented Mar 26, 2024

Addresses the var-naming issues in tests/framework.

There are some exported variables that were renamed, but as they're in the tests directory, I didn't think they would need to be deprecated rather than just renamed.

Part of #17578.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

@ivanvc ivanvc mentioned this pull request Mar 26, 2024
20 tasks
Comment on lines +567 to +568
//revive:disable-next-line:var-naming
GrpcURL string
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll address this change in a follow-up PR—the change yields about a hundred lines on changes.

Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks!

@ahrtr ahrtr merged commit 2470db7 into etcd-io:main Mar 26, 2024
38 checks passed
@ivanvc ivanvc deleted the address-tests-framework-var-naming-lint-rule branch March 26, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants