Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add obsolete message for renaming
Layout/FirstParameterIndentation
Follow up #6982. This PR adds obsolete message for renaming `Layout/FirstParameterIndentation`. The following is when `Layout/FirstParameterIndentation` is specified in .rubocop.yml. ## Before ```console % rubocop Warning: unrecognized cop Layout/FirstParameterIndentation found in .rubocop.yml ``` ## After ```console % rubocop Error: The `Layout/FirstParameterIndentation` cop has been renamed to `Layout/IndentFirstArgument`. (obsolete configuration found in .rubocop.yml, please update it) ```
- Loading branch information