We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be an offense detected here but there it says "no offenses detected."
devise_parameter_sanitizer.for(:account_update) do |u| u.permit(:username, :email, :password, :password_confirmation, :current_password) end
The text was updated successfully, but these errors were encountered:
Yep, we'll have to enhance MultilineBlockLayout to discover such problems.
MultilineBlockLayout
Sorry, something went wrong.
@bbatsov great! Thank you!
[Fix rubocop#1309] Add argument handling to MultilineBlockLayout
a4e52e9
The cop now registers an offense for arguments on a wrong line. Auto-correction is also applied to these expressions.
Merge pull request #1585 from lumeet/1309/improve_multiline_block_layout
fa7e418
[Fix #1309] Add argument handling to MultilineBlockLayout
Successfully merging a pull request may close this issue.
There should be an offense detected here but there it says "no offenses detected."
The text was updated successfully, but these errors were encountered: