File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -22,13 +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
- # Configuration parameters: EnforcedStyle.
27
- # SupportedStyles: symmetrical, new_line, same_line
28
- Layout/MultilineMethodDefinitionBraceLayout :
29
- Exclude :
30
- - ' lib/puppet/pal/pal_impl.rb'
31
-
32
25
# This cop supports safe auto-correction (--auto-correct).
33
26
# Configuration parameters: EnforcedStyle, IndentationWidth.
34
27
# SupportedStyles: aligned, indented
Original file line number Diff line number Diff line change @@ -236,8 +236,7 @@ def self.in_tmp_environment(env_name,
236
236
settings_hash : { } ,
237
237
facts : nil ,
238
238
variables : { } ,
239
- &block
240
- )
239
+ &block )
241
240
assert_non_empty_string ( env_name , _ ( "temporary environment name" ) )
242
241
# TRANSLATORS: do not translate variable name string in these assertions
243
242
assert_optionally_empty_array ( modulepath , 'modulepath' )
@@ -288,8 +287,7 @@ def self.in_environment(env_name,
288
287
envpath : nil ,
289
288
facts : nil ,
290
289
variables : { } ,
291
- &block
292
- )
290
+ &block )
293
291
# TRANSLATORS terms in the assertions below are names of terms in code
294
292
assert_non_empty_string ( env_name , 'env_name' )
295
293
assert_optionally_empty_array ( modulepath , 'modulepath' , true )
You can’t perform that action at this time.
0 commit comments