File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-06-05 13:23:40 UTC using RuboCop version 1.48.1.
3
+ # on 2023-06-05 14:12:51 UTC using RuboCop version 1.48.1.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -41,6 +41,10 @@ RSpec/DescribeClass:
41
41
RSpec/ExampleLength :
42
42
Max : 21
43
43
44
+ # Offense count: 3
45
+ RSpec/MultipleExpectations :
46
+ Max : 14
47
+
44
48
# Offense count: 12
45
49
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
46
50
# SupportedStyles: always, named_only
@@ -51,6 +55,12 @@ RSpec/NamedSubject:
51
55
- ' spec/defines/file_spec.rb'
52
56
- ' spec/functions/node_encrypt_spec.rb'
53
57
58
+ # Offense count: 13
59
+ RSpec/StubbedMock :
60
+ Exclude :
61
+ - ' spec/functions/node_encrypt_spec.rb'
62
+ - ' spec/unit/puppet_x/binford2k/node_encrypt_spec.rb'
63
+
54
64
# Offense count: 1
55
65
# This cop supports unsafe autocorrection (--autocorrect-all).
56
66
# Configuration parameters: EnforcedStyle.
Original file line number Diff line number Diff line change 9
9
10
10
require 'spec_helper_local' if File . file? ( File . join ( File . dirname ( __FILE__ ) , 'spec_helper_local.rb' ) )
11
11
12
- include RspecPuppetFacts
12
+ include RspecPuppetFacts # rubocop:disable Style/MixinUsage
13
13
14
14
default_facts = {
15
15
puppetversion : Puppet . version ,
16
- facterversion : Facter . version ,
16
+ facterversion : Facter . version
17
17
}
18
18
19
19
default_fact_files = [
You can’t perform that action at this time.
0 commit comments