File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
lib/puppet/parser/functions Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ I18n/GetText/DecorateStringFormattingUsingPercent:
2222I18n/RailsI18n/DecorateString :
2323 Enabled : false
2424
25- # This cop supports safe auto-correction (--auto-correct).
26- Layout/InitialIndentation :
27- Exclude :
28- - ' lib/puppet/parser/functions/require.rb'
29-
3025# This cop supports safe auto-correction (--auto-correct).
3126# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
3227Layout/LeadingCommentSpace :
Original file line number Diff line number Diff line change 1- # frozen_string_literal: true
1+ # frozen_string_literal: true
22
3- # Requires the specified classes
3+ # Requires the specified classes
44
5- Puppet ::Parser ::Functions ::newfunction (
6- :require ,
7- :arity => -2 ,
8- :doc => "Evaluate one or more classes, adding the required class as a dependency.
5+ Puppet ::Parser ::Functions ::newfunction (
6+ :require ,
7+ :arity => -2 ,
8+ :doc => "Evaluate one or more classes, adding the required class as a dependency.
99
1010The relationship metaparameters work well for specifying relationships
1111between individual resources, but they can be clumsy for specifying
You can’t perform that action at this time.
0 commit comments