Skip to content

Commit 39cc602

Browse files
committed
Rename two Rubocop cops in config that break the build
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 6dbaa07 commit 39cc602

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
@@ -135,7 +135,7 @@ Style/ParallelAssignment:
135135
Layout/EmptyLineBetweenDefs:
136136
Enabled: false
137137

138-
Layout/FirstParameterIndentation:
138+
Layout/IndentFirstArgument:
139139
Enabled: false
140140

141141
Naming/ConstantName:
@@ -255,7 +255,7 @@ Naming/HeredocDelimiterNaming:
255255
Layout/EmptyLineAfterMagicComment:
256256
Enabled: false
257257

258-
Layout/IndentArray:
258+
Layout/IndentFirstArrayElement:
259259
Enabled: false
260260

261261
Layout/IndentAssignment:

0 commit comments

Comments
 (0)