11# This configuration was generated by
2- # `rubocop --auto-gen-config --no-auto-gen-timestamp `
3- # using RuboCop version 1.75.8 .
2+ # `rubocop --auto-gen-config`
3+ # on 2024-06-09 17:48:43 UTC using RuboCop version 1.63.5 .
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: 29
1016# Configuration parameters: Prefixes, AllowedPatterns.
1117# Prefixes: when, with, without
1218RSpec/ContextWording :
1319 Exclude :
1420 - ' spec/rspec_puppet_facts_spec.rb'
1521
16- # Offense count: 6
22+ # Offense count: 7
1723# Configuration parameters: CountAsOne.
1824RSpec/ExampleLength :
1925 Max : 13
@@ -23,6 +29,14 @@ RSpec/ExpectInHook:
2329 Exclude :
2430 - ' spec/rspec_puppet_facts_spec.rb'
2531
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+
2640# Offense count: 4
2741RSpec/LeakyConstantDeclaration :
2842 Exclude :
@@ -55,6 +69,25 @@ RSpec/StubbedMock:
5569 Exclude :
5670 - ' spec/rspec_puppet_facts_spec.rb'
5771
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+
5891# Offense count: 1
5992Style/MixinUsage :
6093 Exclude :
@@ -79,6 +112,12 @@ Style/RedundantArgument:
79112
80113# Offense count: 1
81114# 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).
82121# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
83122# AllowedMethods: present?, blank?, presence, try, try!
84123Style/SafeNavigation :
0 commit comments