-
Notifications
You must be signed in to change notification settings - Fork 95
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
refactor: remove getters in ClientSet #1646
Conversation
8b95ab4
to
b286e88
Compare
b286e88
to
75acfde
Compare
75acfde
to
b832933
Compare
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.
When searching over the whole project i see that the code still uses .Settings()
. Please also check for all other getters.
Edit: checked in a call was a false positive with not so optimal naming of mocks in tests.
There is no other appearance or method with the same name as the deleted getters |
b832933
to
5e4b7ce
Compare
5e4b7ce
to
6599719
Compare
Quality Gate passedIssues Measures |
Currently, all fields in ClientSet are public, and the getters don't contain any logic.