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 @@ -652,12 +652,6 @@ Lint/InheritException:
652
652
- ' lib/puppet/util/logging.rb'
653
653
- ' lib/puppet/util/retry_action.rb'
654
654
655
- # This cop supports safe auto-correction (--auto-correct).
656
- Lint/LiteralInInterpolation :
657
- Exclude :
658
- - ' lib/puppet/provider/package/yum.rb'
659
- - ' lib/puppet/type/component.rb'
660
-
661
655
Lint/MissingSuper :
662
656
Enabled : false
663
657
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ def install
255
255
operation = update_command
256
256
self . debug "Ensuring latest, so using #{ operation } "
257
257
else
258
- self . debug "Ensuring latest, but package is absent, so using #{ : install} "
258
+ self . debug "Ensuring latest, but package is absent, so using install"
259
259
operation = :install
260
260
end
261
261
should = nil
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def refresh
63
63
catalog . adjacent ( self ) . each do |child |
64
64
if child . respond_to? ( :refresh )
65
65
child . refresh
66
- child . log "triggering #{ : refresh} "
66
+ child . log "triggering refresh"
67
67
end
68
68
end
69
69
end
You can’t perform that action at this time.
0 commit comments