Skip to content

Commit 8c0ad76

Browse files
committed
Layout/LeadingEmptyLines
This commit enables the Rubocop Layout/LeadingEmptyLines cop and addresses all offenses.
1 parent 19bdb37 commit 8c0ad76

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ I18n/GetText/DecorateStringFormattingUsingPercent:
2222
I18n/RailsI18n/DecorateString:
2323
Enabled: false
2424

25-
# This cop supports safe auto-correction (--auto-correct).
26-
Layout/LeadingEmptyLines:
27-
Exclude:
28-
- 'lib/puppet/functions/yaml_data.rb'
29-
- 'lib/puppet/info_service.rb'
30-
- 'lib/puppet/parser/abstract_compiler.rb'
31-
- 'lib/puppet/pops/loader/loader_paths.rb'
32-
- 'lib/puppet/pops/parser/code_merger.rb'
33-
- 'lib/puppet/pops/parser/lexer_support.rb'
34-
- 'lib/puppet/pops/types/type_assertion_error.rb'
35-
- 'lib/puppet/pops/types/type_conversion_error.rb'
36-
- 'lib/puppet/provider/network_device.rb'
37-
- 'lib/puppet/type/component.rb'
38-
- 'lib/puppet/type/file/ensure.rb'
39-
- 'lib/puppet/util/network_device/transport/base.rb'
40-
4125
# This cop supports safe auto-correction (--auto-correct).
4226
# Configuration parameters: EnforcedStyle.
4327
# SupportedStyles: symmetrical, new_line, same_line

0 commit comments

Comments
 (0)