-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Lint/DeprecatedOpenSSLConstant wrongly corrects OpenSSL::Cipher::RC4.new
to OpenSSL::Cipher.new('rc4-cbc')
#9492
Labels
Comments
koic
added a commit
to koic/rubocop
that referenced
this issue
Feb 5, 2021
…OpenSSLConstant` Fixes rubocop#9492. This PR fixes an incorrect auto-correct for `Lint/DeprecatedOpenSSLConstant` when using no argument algorithm.
8 tasks
bbatsov
pushed a commit
that referenced
this issue
Feb 8, 2021
This was referenced Mar 6, 2021
Closed
This was referenced Mar 15, 2021
This was referenced Mar 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
should be corrected to
Actual behavior
Corrected to
Which cause
Steps to reproduce the problem
RuboCop version
1.9.1
The text was updated successfully, but these errors were encountered: