11# This configuration was generated by
2- # `rubocop --auto-gen-config`
3- # on 2023-08-17 21:30:48 UTC using RuboCop version 1.50.2 .
2+ # `rubocop --auto-gen-config --no-auto-gen-timestamp `
3+ # using RuboCop version 1.85.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
@@ -29,17 +29,6 @@ Lint/ShadowingOuterLocalVariable:
2929 - ' lib/puppet/face/catalog/pull.rb'
3030 - ' lib/puppet/face/catalog/seed.rb'
3131
32- # Offense count: 2
33- Lint/UriEscapeUnescape :
34- Exclude :
35- - ' lib/puppet/catalog-diff/searchfacts.rb'
36-
37- # Offense count: 1
38- # Configuration parameters: CheckForMethodsWithNoSideEffects.
39- Lint/Void :
40- Exclude :
41- - ' lib/puppet/face/catalog/seed.rb'
42-
4332# Offense count: 5
4433# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
4534# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
@@ -48,7 +37,7 @@ Naming/MethodParameterName:
4837 - ' lib/puppet/catalog-diff/formater.rb'
4938
5039# Offense count: 4
51- # Configuration parameters: Max.
40+ # Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns .
5241RSpec/IndexedLet :
5342 Exclude :
5443 - ' spec/unit/puppet/catalog_diff/comparer_spec.rb'
@@ -79,12 +68,13 @@ Style/FormatString:
7968 - ' lib/puppet/catalog-diff/differ.rb'
8069 - ' lib/puppet/catalog-diff/formater.rb'
8170
82- # Offense count: 12
71+ # Offense count: 11
8372# This cop supports unsafe autocorrection (--autocorrect-all).
8473# Configuration parameters: EnforcedStyle.
8574# SupportedStyles: always, always_true, never
8675Style/FrozenStringLiteralComment :
8776 Exclude :
77+ - ' **/*.arb'
8878 - ' lib/puppet/catalog-diff/comparer.rb'
8979 - ' lib/puppet/catalog-diff/compilecatalog.rb'
9080 - ' lib/puppet/catalog-diff/differ.rb'
@@ -95,19 +85,34 @@ Style/FrozenStringLiteralComment:
9585 - ' lib/puppet/face/catalog/diff.rb'
9686 - ' lib/puppet/face/catalog/pull.rb'
9787 - ' lib/puppet/face/catalog/seed.rb'
98- - ' spec/spec_helper_local.rb'
9988 - ' spec/unit/puppet/catalog_diff/comparer_spec.rb'
10089
10190# Offense count: 1
10291# This cop supports unsafe autocorrection (--autocorrect-all).
103- Style/MapToHash :
92+ # Configuration parameters: AllowedReceivers.
93+ # AllowedReceivers: Thread.current
94+ Style/HashEachMethods :
10495 Exclude :
105- - ' lib/puppet/catalog-diff/searchfacts.rb'
96+ - ' lib/puppet/catalog-diff/compilecatalog.rb'
97+
98+ # Offense count: 2
99+ # This cop supports unsafe autocorrection (--autocorrect-all).
100+ Style/MapIntoArray :
101+ Exclude :
102+ - ' lib/puppet/catalog-diff/comparer.rb'
103+ - ' lib/puppet/catalog-diff/preprocessor.rb'
106104
107105# Offense count: 1
108- Style/MixinUsage :
106+ # This cop supports unsafe autocorrection (--autocorrect-all).
107+ Style/MapJoin :
109108 Exclude :
110- - ' spec/spec_helper_local.rb'
109+ - ' lib/puppet/catalog-diff/formater.rb'
110+
111+ # Offense count: 1
112+ # This cop supports unsafe autocorrection (--autocorrect-all).
113+ Style/MapToHash :
114+ Exclude :
115+ - ' lib/puppet/catalog-diff/searchfacts.rb'
111116
112117# Offense count: 1
113118Style/MultilineBlockChain :
0 commit comments