Skip to content

Commit c27e3bd

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(CONT-794) - Correct Style/MixinUsage
1 parent f775b1b commit c27e3bd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,3 @@ RSpec/ExampleLength:
3232
# Offense count: 2
3333
RSpec/MultipleExpectations:
3434
Max: 9
35-
36-
# Offense count: 1
37-
Style/MixinUsage:
38-
Exclude:
39-
- 'spec/spec_helper.rb'

spec/spec_helper.rb

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

1010
require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))
1111

12-
include RspecPuppetFacts
12+
include RspecPuppetFacts # rubocop:disable Style/MixinUsage
1313

1414
default_facts = {
1515
puppetversion: Puppet.version,

0 commit comments

Comments
 (0)