File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -628,12 +628,6 @@ Lint/InheritException:
628
628
- ' lib/puppet/util/logging.rb'
629
629
- ' lib/puppet/util/retry_action.rb'
630
630
631
- # This cop supports safe auto-correction (--auto-correct).
632
- Lint/LiteralInInterpolation :
633
- Exclude :
634
- - ' lib/puppet/provider/package/yum.rb'
635
- - ' lib/puppet/type/component.rb'
636
-
637
631
Lint/MissingSuper :
638
632
Enabled : false
639
633
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ def install
256
256
operation = update_command
257
257
self . debug "Ensuring latest, so using #{ operation } "
258
258
else
259
- self . debug "Ensuring latest, but package is absent, so using #{ : install} "
259
+ self . debug "Ensuring latest, but package is absent, so using install"
260
260
operation = :install
261
261
end
262
262
should = nil
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def refresh
64
64
catalog . adjacent ( self ) . each do |child |
65
65
if child . respond_to? ( :refresh )
66
66
child . refresh
67
- child . log "triggering #{ : refresh} "
67
+ child . log "triggering refresh"
68
68
end
69
69
end
70
70
end
You can’t perform that action at this time.
0 commit comments