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

rubocop v0.77.0 breaking changes #60

Closed
toshimaru opened this issue Nov 28, 2019 · 0 comments · Fixed by #61
Closed

rubocop v0.77.0 breaking changes #60

toshimaru opened this issue Nov 28, 2019 · 0 comments · Fixed by #61

Comments

@toshimaru
Copy link
Owner

toshimaru commented Nov 28, 2019

After bumping rubocop from 0.76.0 to 0.77.0:

Error: The `Layout/IndentFirstArgument` cop has been renamed to `Layout/FirstArgumentIndentation`.
(obsolete configuration found in /opt/hostedtoolcache/Ruby/2.6.3/x64/lib/ruby/gems/2.6.0/gems/rubocop-rails_config-0.8.1/config/rails.yml, please update it)
The `Layout/TrailingBlankLines` cop has been renamed to `Layout/TrailingEmptyLines`.
(obsolete configuration found in /opt/hostedtoolcache/Ruby/2.6.3/x64/lib/ruby/gems/2.6.0/gems/rubocop-rails_config-0.8.1/config/rails.yml, please update it)
The `Lint/StringConversionInInterpolation` cop has been renamed to `Lint/RedundantStringCoercion`.
(obsolete configuration found in /opt/hostedtoolcache/Ruby/2.6.3/x64/lib/ruby/gems/2.6.0/gems/rubocop-rails_config-0.8.1/config/rails.yml, please update it)

related: rails/rails#37821

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 a pull request may close this issue.

1 participant