diff --git a/lib/rubocop/config.rb b/lib/rubocop/config.rb index 5136ca209fe..395cfe46ab4 100644 --- a/lib/rubocop/config.rb +++ b/lib/rubocop/config.rb @@ -52,6 +52,9 @@ class Config 'The `Lint/SpaceBeforeFirstArg` cop has been removed, since it was a ' \ 'duplicate of `Layout/SpaceBeforeFirstArg`. Please use ' \ '`Layout/SpaceBeforeFirstArg` instead.', + 'Layout/FirstParameterIndentation' => + 'The `Layout/FirstParameterIndentation` cop has been renamed to ' \ + '`Layout/IndentFirstArgument`.', 'Layout/SpaceAfterControlKeyword' => 'The `Layout/SpaceAfterControlKeyword` cop has been removed. Please ' \ 'use `Layout/SpaceAroundKeyword` instead.',