Skip to content

Commit

Permalink
Rename two Rubocop cops in config that break the build
Browse files Browse the repository at this point in the history
Fix:
Error: The `Layout/FirstParameterIndentation` cop has been renamed to `Layout/IndentFirstArgument`.
(obsolete configuration found in .rubocop_rspec_base.yml, please update it)
The `Layout/IndentArray` cop has been renamed to `Layout/IndentFirstArrayElement`.
(obsolete configuration found in .rubocop_rspec_base.yml, please update it)
  • Loading branch information
benoittgt committed May 1, 2019
1 parent 6dbaa07 commit 39cc602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop_rspec_base.yml
Expand Up @@ -135,7 +135,7 @@ Style/ParallelAssignment:
Layout/EmptyLineBetweenDefs:
Enabled: false

Layout/FirstParameterIndentation:
Layout/IndentFirstArgument:
Enabled: false

Naming/ConstantName:
Expand Down Expand Up @@ -255,7 +255,7 @@ Naming/HeredocDelimiterNaming:
Layout/EmptyLineAfterMagicComment:
Enabled: false

Layout/IndentArray:
Layout/IndentFirstArrayElement:
Enabled: false

Layout/IndentAssignment:
Expand Down

0 comments on commit 39cc602

Please sign in to comment.