Skip to content

Commit 9efd163

Browse files
committed
(PUP-11993) Style/RedundantConditional
This commit enables the Style/RedundantConditional cop. There were no offenses that needed to be fixed.
1 parent d068941 commit 9efd163

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,6 @@ Style/OptionalBooleanParameter:
646646
Style/PreferredHashMethods:
647647
Enabled: false
648648

649-
# This cop supports safe auto-correction (--auto-correct).
650-
Style/RedundantConditional:
651-
Exclude:
652-
- 'lib/puppet/type/exec.rb'
653-
- 'lib/puppet/type/file.rb'
654-
655649
# This cop supports safe auto-correction (--auto-correct).
656650
Style/RedundantException:
657651
Exclude:

0 commit comments

Comments
 (0)