Skip to content

Commit e6fe572

Browse files
benoittgtSam Phippen
authored andcommitted
Rename two Rubocop cops in config that break the build (#2116)
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)
1 parent 91991e2 commit e6fe572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop_rspec_base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Style/ParallelAssignment:
132132
Layout/EmptyLineBetweenDefs:
133133
Enabled: false
134134

135-
Layout/FirstParameterIndentation:
135+
Layout/IndentFirstArgument:
136136
Enabled: false
137137

138138
Naming/ConstantName:
@@ -254,7 +254,7 @@ Naming/HeredocDelimiterNaming:
254254
Layout/EmptyLineAfterMagicComment:
255255
Enabled: false
256256

257-
Layout/IndentArray:
257+
Layout/IndentFirstArrayElement:
258258
Enabled: false
259259

260260
Layout/IndentAssignment:

0 commit comments

Comments
 (0)