We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f775b1b commit c27e3bdCopy full SHA for c27e3bd
.rubocop_todo.yml
@@ -32,8 +32,3 @@ RSpec/ExampleLength:
32
# Offense count: 2
33
RSpec/MultipleExpectations:
34
Max: 9
35
-
36
-# Offense count: 1
37
-Style/MixinUsage:
38
- Exclude:
39
- - 'spec/spec_helper.rb'
spec/spec_helper.rb
@@ -9,7 +9,7 @@
9
10
require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))
11
12
-include RspecPuppetFacts
+include RspecPuppetFacts # rubocop:disable Style/MixinUsage
13
14
default_facts = {
15
puppetversion: Puppet.version,
0 commit comments