diff --git a/lib/rubocop/config_obsoletion.rb b/lib/rubocop/config_obsoletion.rb index 247bc32e006..42a98411f6f 100644 --- a/lib/rubocop/config_obsoletion.rb +++ b/lib/rubocop/config_obsoletion.rb @@ -8,7 +8,6 @@ class ConfigObsoletion 'Layout/AlignArray' => 'Layout/ArrayAlignment', 'Layout/AlignHash' => 'Layout/HashAlignment', 'Layout/AlignParameters' => 'Layout/ParameterAlignment', - 'Layout/FirstParameterIndentation' => 'Layout/FirstArgumentIndentation', 'Layout/IndentArray' => 'Layout/FirstArrayElementIndentation', 'Layout/IndentAssignment' => 'Layout/AssignmentIndentation', 'Layout/IndentFirstArgument' => 'Layout/FirstArgumentIndentation', diff --git a/spec/rubocop/config_obsoletion_spec.rb b/spec/rubocop/config_obsoletion_spec.rb index 3b16078827d..60276ba2b01 100644 --- a/spec/rubocop/config_obsoletion_spec.rb +++ b/spec/rubocop/config_obsoletion_spec.rb @@ -90,8 +90,6 @@ (obsolete configuration found in example/.rubocop.yml, please update it) The `Layout/AlignParameters` cop has been renamed to `Layout/ParameterAlignment`. (obsolete configuration found in example/.rubocop.yml, please update it) - The `Layout/FirstParameterIndentation` cop has been renamed to `Layout/FirstArgumentIndentation`. - (obsolete configuration found in example/.rubocop.yml, please update it) The `Layout/IndentArray` cop has been renamed to `Layout/FirstArrayElementIndentation`. (obsolete configuration found in example/.rubocop.yml, please update it) The `Layout/IndentAssignment` cop has been renamed to `Layout/AssignmentIndentation`.