11# This configuration was generated by
2- # `rubocop --auto-gen-config`
3- # on 2024-06-09 17:48:43 UTC using RuboCop version 1.63.5 .
2+ # `rubocop --auto-gen-config --no-auto-gen-timestamp `
3+ # using RuboCop version 1.75.8 .
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-
159# Offense count: 29
1610# Configuration parameters: Prefixes, AllowedPatterns.
1711# Prefixes: when, with, without
1812RSpec/ContextWording :
1913 Exclude :
2014 - ' spec/rspec_puppet_facts_spec.rb'
2115
22- # Offense count: 7
16+ # Offense count: 6
2317# Configuration parameters: CountAsOne.
2418RSpec/ExampleLength :
2519 Max : 13
@@ -29,14 +23,6 @@ RSpec/ExpectInHook:
2923 Exclude :
3024 - ' spec/rspec_puppet_facts_spec.rb'
3125
32- # Offense count: 8
33- # This cop supports safe autocorrection (--autocorrect).
34- # Configuration parameters: EnforcedStyle.
35- # SupportedStyles: single_line_only, single_statement_only, disallow, require_implicit
36- RSpec/ImplicitSubject :
37- Exclude :
38- - ' spec/rspec_puppet_facts_spec.rb'
39-
4026# Offense count: 4
4127RSpec/LeakyConstantDeclaration :
4228 Exclude :
@@ -52,7 +38,7 @@ RSpec/MessageSpies:
5238RSpec/MultipleExpectations :
5339 Max : 2
5440
55- # Offense count: 40
41+ # Offense count: 48
5642# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
5743# SupportedStyles: always, named_only
5844RSpec/NamedSubject :
@@ -69,39 +55,18 @@ RSpec/StubbedMock:
6955 Exclude :
7056 - ' spec/rspec_puppet_facts_spec.rb'
7157
72- # Offense count: 2
73- # This cop supports safe autocorrection (--autocorrect).
74- Rake/Desc :
75- Exclude :
76- - ' Rakefile'
77-
78- # Offense count: 6
79- # This cop supports unsafe autocorrection (--autocorrect-all).
80- # Configuration parameters: EnforcedStyle.
81- # SupportedStyles: always, always_true, never
82- Style/FrozenStringLiteralComment :
83- Exclude :
84- - ' Gemfile'
85- - ' Rakefile'
86- - ' lib/rspec-puppet-facts.rb'
87- - ' lib/rspec-puppet-facts/version.rb'
88- - ' spec/rspec_puppet_facts_spec.rb'
89- - ' spec/spec_helper.rb'
90-
9158# Offense count: 1
9259Style/MixinUsage :
9360 Exclude :
9461 - ' spec/spec_helper.rb'
9562
96- # Offense count: 3
63+ # Offense count: 1
9764# This cop supports unsafe autocorrection (--autocorrect-all).
9865# Configuration parameters: EnforcedStyle.
9966# SupportedStyles: literals, strict
10067Style/MutableConstant :
10168 Exclude :
10269 - ' lib/rspec-puppet-facts.rb'
103- - ' lib/rspec-puppet-facts/version.rb'
104- - ' spec/rspec_puppet_facts_spec.rb'
10570
10671# Offense count: 1
10772# This cop supports unsafe autocorrection (--autocorrect-all).
@@ -112,12 +77,6 @@ Style/RedundantArgument:
11277
11378# Offense count: 1
11479# This cop supports unsafe autocorrection (--autocorrect-all).
115- Style/RedundantSort :
116- Exclude :
117- - ' lib/rspec-puppet-facts.rb'
118-
119- # Offense count: 2
120- # This cop supports unsafe autocorrection (--autocorrect-all).
12180# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
12281# AllowedMethods: present?, blank?, presence, try, try!
12382Style/SafeNavigation :
0 commit comments