Skip to content

Commit

Permalink
Fix FirstParameterIndentation obsoletion misconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildkite committed Nov 13, 2019
1 parent a2b67db commit d9352a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/rubocop/config_obsoletion.rb
Expand Up @@ -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',
Expand Down
2 changes: 0 additions & 2 deletions spec/rubocop/config_obsoletion_spec.rb
Expand Up @@ -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`.
Expand Down

0 comments on commit d9352a1

Please sign in to comment.