-
Notifications
You must be signed in to change notification settings - Fork 21
Remove useless disable_file parameter for ClientConfig.load #340
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
Conversation
f8a1b67
to
d5e8bdf
Compare
…K now sets TLS to True if api key provided with no TLS configuration (default TLS config)
7e88985
to
9350020
Compare
@cretz may want to check the latest commit given that, though it's small, it was after your approval |
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.
Minor things
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.
Just saw that the sig/
filename for this file doesn't have the underscore like this one does
# @return [String, nil] Client API key | ||
# @!attribute [r] tls | ||
# @return [ClientConfigTLS, nil] TLS configuration | ||
# @return [Boolean, ClientConfigTLS, nil] TLS configuration |
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.
Usually this would have to be accompanied by a sig/
file update, but I think it's not failing CI because we don't populate it from Ruby where the static analyzer could catch it (which is fine)
What was changed
Remove unnecessary
disable_file
fromClientConfig.load
Why?
Unneeded param