Skip to content
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

Safe-auto-correct Layout/SpaceInsideStringInterpolation #536

Merged
merged 5 commits into from May 22, 2020

Conversation

mo-nathan
Copy link
Member

Also updated the .rubocop_todo.yml.

@coveralls
Copy link
Collaborator

coveralls commented May 17, 2020

Coverage Status

Coverage remained the same at 91.929% when pulling ca5718f on sac-Layout-SpaceInsideStringInterpolation into 79e1fe9 on master.

@codeclimate
Copy link
Contributor

codeclimate bot commented May 17, 2020

Code Climate has analyzed commit ca5718f and detected 0 issues on this pull request.

View more on Code Climate.

@@ -36,7 +36,7 @@ class String

# :stopdoc:
# Disable cop in order to make code more readable
# rubocop:disable Layout/AlignHash
# rubocop:disable Layout/HashAlignment,Layout/AlignHash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  # rubocop:disable Layout/HashAlignment

The cop name was change in v.77.
See rubocop/rubocop#7077 (comment)

@@ -365,7 +365,7 @@ class String
"nbsp" => " "
}.freeze
end
# rubocop:enable Layout/AlignHash
# rubocop:enable Layout/HashAlignment,Layout/AlignHash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  # rubocop:enable Layout/HashAlignment

The cop name was change in v.77.
See rubocop/rubocop#7077 (comment)

@mo-nathan mo-nathan merged commit ec0613e into master May 22, 2020
@nimmolo nimmolo deleted the sac-Layout-SpaceInsideStringInterpolation branch August 5, 2020 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants