11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2023-03-17 10:58:25 UTC using RuboCop version 1.12 .1.
3+ # on 2023-03-17 11:50:22 UTC using RuboCop version 1.48 .1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9+ # Offense count: 1
10+ # This cop supports unsafe autocorrection (--autocorrect-all).
11+ Performance/MapCompact :
12+ Exclude :
13+ - ' lib/rspec-puppet-facts.rb'
14+
915# Offense count: 32
10- # Configuration parameters: Prefixes.
16+ # Configuration parameters: Prefixes, AllowedPatterns .
1117# Prefixes: when, with, without
1218RSpec/ContextWording :
1319 Exclude :
@@ -24,9 +30,9 @@ RSpec/ExpectInHook:
2430 - ' spec/rspec_puppet_facts_spec.rb'
2531
2632# Offense count: 20
27- # Cop supports --auto-correct .
33+ # This cop supports safe autocorrection (--autocorrect) .
2834# Configuration parameters: EnforcedStyle.
29- # SupportedStyles: single_line_only, single_statement_only, disallow
35+ # SupportedStyles: single_line_only, single_statement_only, disallow, require_implicit
3036RSpec/ImplicitSubject :
3137 Exclude :
3238 - ' spec/rspec_puppet_facts_spec.rb'
@@ -47,12 +53,14 @@ RSpec/MultipleExpectations:
4753 Max : 2
4854
4955# Offense count: 46
50- # Configuration parameters: IgnoreSharedExamples.
56+ # Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
57+ # SupportedStyles: always, named_only
5158RSpec/NamedSubject :
5259 Exclude :
5360 - ' spec/rspec_puppet_facts_spec.rb'
5461
5562# Offense count: 14
63+ # Configuration parameters: AllowedGroups.
5664RSpec/NestedGroups :
5765 Max : 6
5866
@@ -62,7 +70,7 @@ RSpec/StubbedMock:
6270 - ' spec/rspec_puppet_facts_spec.rb'
6371
6472# Offense count: 2
65- # Cop supports --auto-correct .
73+ # This cop supports safe autocorrection (--autocorrect) .
6674Rake/Desc :
6775 Exclude :
6876 - ' Rakefile'
0 commit comments