Skip to content

Commit b0b5523

Browse files
author
jordanbreen28
committed
(CONT-799) - Correct Style/TrailingCommaInHashLiteral
1 parent 848cb21 commit b0b5523

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ RSpec/ExampleLength:
1919
# Offense count: 16
2020
RSpec/MultipleExpectations:
2121
Max: 5
22-
23-
# Offense count: 1
24-
# This cop supports safe autocorrection (--autocorrect).
25-
# Configuration parameters: EnforcedStyleForMultiline.
26-
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
27-
Style/TrailingCommaInHashLiteral:
28-
Exclude:
29-
- 'spec/spec_helper.rb'

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
default_facts = {
1515
puppetversion: Puppet.version,
16-
facterversion: Facter.version,
16+
facterversion: Facter.version
1717
}
1818

1919
default_fact_files = [

0 commit comments

Comments
 (0)