Skip to content

Commit 2b7ea50

Browse files
committed
(PUP-11993) Style/NestedModifier
This commit enables the Style/NestedModifier cop. No offenses were found.
1 parent 60f21c1 commit 2b7ea50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,6 @@ Style/MultipleComparison:
629629
Style/MutableConstant:
630630
Enabled: false
631631

632-
# This cop supports safe auto-correction (--auto-correct).
633-
Style/NestedModifier:
634-
Exclude:
635-
- 'lib/puppet/util/command_line/trollop.rb'
636-
637632
# This cop supports safe auto-correction (--auto-correct).
638633
# Configuration parameters: AllowedMethods.
639634
# AllowedMethods: be, be_a, be_an, be_between, be_falsey, be_kind_of, be_instance_of, be_truthy, be_within, eq, eql, end_with, include, match, raise_error, respond_to, start_with

0 commit comments

Comments
 (0)