File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,11 @@ Style/ColonMethodCall:
226226
227227Style/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
230235Style/ColonMethodDefinition :
231236 Enabled : true
Original file line number Diff line number Diff line change @@ -364,13 +364,6 @@ Style/ClassVars:
364364Style/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
You can’t perform that action at this time.
0 commit comments