You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Style/MethodCallParentheses:
Description: 'Do not use parentheses for method calls with no arguments.'StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-args-no-parens'Enabled: false
When I type mry --target=0.46.1 .rubocop.yml
The .rubocop.yml didn't change.
When I type mry --target=0.48.0 .rubocop.yml
It become
Style/MethodCallWithoutArgsParentheses:
Description: 'Do not use parentheses for method calls with no arguments.'StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-args-no-parens'Enabled: false
So, when I type mry --target=0.46.1 .rubocop.yml again, it should become the original one.
But it still be the altered one, which is
Style/MethodCallWithoutArgsParentheses:
Description: 'Do not use parentheses for method calls with no arguments.'StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-args-no-parens'Enabled: false
The text was updated successfully, but these errors were encountered:
fifiteen82726
changed the title
migrate to 0.46.1 not working
[BUG] migrate to 0.46.1 not working
May 15, 2017
Here is my
.rubocop.yml
When I type
mry --target=0.46.1 .rubocop.yml
The
.rubocop.yml
didn't change.When I type
mry --target=0.48.0 .rubocop.yml
It become
So, when I type
mry --target=0.46.1 .rubocop.yml
again, it should become the original one.But it still be the altered one, which is
The text was updated successfully, but these errors were encountered: