Skip to content

Commit 4cc9b63

Browse files
(PUP-11767) Move CombineableLoops Exceptions out of to_do
1 parent 9582417 commit 4cc9b63

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ Style/ColonMethodCall:
226226

227227
Style/CombinableLoops:
228228
Enabled: true
229+
Exclude:
230+
- 'lib/puppet/graph/relationship_graph.rb'
231+
- 'lib/puppet/pops/types/ruby_generator.rb'
232+
- 'lib/puppet/provider/service/init.rb'
233+
- 'lib/puppet/util/rdoc/generators/puppet_generator.rb'
229234

230235
Style/ColonMethodDefinition:
231236
Enabled: true

.rubocop_todo.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,6 @@ Style/ClassVars:
364364
Style/ColonMethodCall:
365365
Enabled: false
366366

367-
Style/CombinableLoops:
368-
Exclude:
369-
- 'lib/puppet/graph/relationship_graph.rb'
370-
- 'lib/puppet/pops/types/ruby_generator.rb'
371-
- 'lib/puppet/provider/service/init.rb'
372-
- 'lib/puppet/util/rdoc/generators/puppet_generator.rb'
373-
374367
# This cop supports safe auto-correction (--auto-correct).
375368
# Configuration parameters: EnforcedStyle, AllowInnerBackticks.
376369
# SupportedStyles: backticks, percent_x, mixed

0 commit comments

Comments
 (0)