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 8d78a21 commit 462a98eCopy full SHA for 462a98e
.rubocop_todo.yml
@@ -156,8 +156,3 @@ RSpec/RepeatedExampleGroupDescription:
156
RSpec/StubbedMock:
157
Exclude:
158
- 'spec/util/apache_mod_platform_compatibility_spec.rb'
159
-
160
-# Offense count: 1
161
-Style/MixinUsage:
162
- Exclude:
163
- - '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