Skip to content

Commit cbb2c9d

Browse files
committed
Layout/RescueEnsureAlignment
This commit enables the Rubocop Layout/RescueEnsureAlignment cop.
1 parent 32d9bf1 commit cbb2c9d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ I18n/GetText/DecorateStringFormattingUsingPercent:
2222
I18n/RailsI18n/DecorateString:
2323
Enabled: false
2424

25-
# This cop supports safe auto-correction (--auto-correct).
26-
Layout/RescueEnsureAlignment:
27-
Exclude:
28-
- 'lib/puppet/provider/package/apt.rb'
29-
- 'lib/puppet/provider/package/aptrpm.rb'
30-
- 'lib/puppet/provider/package/dnf.rb'
31-
- 'lib/puppet/provider/package/rpm.rb'
32-
- 'lib/puppet/provider/package/tdnf.rb'
33-
- 'lib/puppet/provider/package/yum.rb'
34-
- 'lib/puppet/provider/service/daemontools.rb'
35-
3625
# This cop supports safe auto-correction (--auto-correct).
3726
Layout/SpaceAfterColon:
3827
Exclude:

0 commit comments

Comments
 (0)