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:
22
22
I18n/RailsI18n/DecorateString :
23
23
Enabled : false
24
24
25
- # This cop supports safe auto-correction (--auto-correct).
26
- Layout/InitialIndentation :
27
- Exclude :
28
- - ' lib/puppet/parser/functions/require.rb'
29
-
30
25
# This cop supports safe auto-correction (--auto-correct).
31
26
# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
32
27
Layout/LeadingCommentSpace :
Original file line number Diff line number Diff line change 1
- # frozen_string_literal: true
1
+ # frozen_string_literal: true
2
2
3
- # Requires the specified classes
3
+ # Requires the specified classes
4
4
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.
9
9
10
10
The relationship metaparameters work well for specifying relationships
11
11
between individual resources, but they can be clumsy for specifying
You can’t perform that action at this time.
0 commit comments