Skip to content

Commit f775b1b

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(CONT-794) - Correct Style/TrailingCommaInHashLiteral
1 parent 7c66e6a commit f775b1b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,4 @@ RSpec/MultipleExpectations:
3636
# Offense count: 1
3737
Style/MixinUsage:
3838
Exclude:
39-
- 'spec/spec_helper.rb'
40-
41-
# Offense count: 1
42-
# This cop supports safe autocorrection (--autocorrect).
43-
# Configuration parameters: EnforcedStyleForMultiline.
44-
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
45-
Style/TrailingCommaInHashLiteral:
46-
Exclude:
47-
- 'spec/spec_helper.rb'
39+
- '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)