-
Notifications
You must be signed in to change notification settings - Fork 55
Check coding style violations in CI #82
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
Seems like #80 already addressed this! Closing mine |
@tachyons Thank you for your contribution! My PR isn't passing, would you like to team on on turning it green and getting it merged? |
Just add def initialize(host: nil, request_headers: nil, version: nil, url_path: nil, http_options: {}, proxy_options: {}) # rubocop:disable Metrics/ParameterLists
...
end |
@tachyons does that work as a one liner or do I need to explicitly re-enable that cop after the method definition ? |
Yes, that one-liner is enough. No need to re-enable it explicitly |
Hello @tachyons, |
Hello @tachyons, |
Hello @tachyons, |
Fixes #81
Checklist
Short description of what this PR does: