@@ -34,12 +34,6 @@ Lint/MissingCopEnableDirective:
3434 - ' spec/functions/merge_spec.rb'
3535 - ' spec/unit/puppet/provider/file_line/ruby_spec_alter.rb'
3636
37- # Offense count: 1
38- # This cop supports safe autocorrection (--autocorrect).
39- Lint/RedundantCopEnableDirective :
40- Exclude :
41- - ' spec/functions/validate_x509_rsa_key_pair_spec.rb'
42-
4337# Offense count: 2
4438# This cop supports unsafe autocorrection (--autocorrect-all).
4539# Configuration parameters: AllowedMethods.
@@ -97,18 +91,6 @@ Naming/MethodParameterName:
9791 Exclude :
9892 - ' spec/functions/pick_default_spec.rb'
9993
100- # Offense count: 9
101- # This cop supports safe autocorrection (--autocorrect).
102- # Configuration parameters: PreferredName.
103- Naming/RescuedExceptionsVariableName :
104- Exclude :
105- - ' lib/puppet/functions/parsehocon.rb'
106- - ' lib/puppet/functions/parsepson.rb'
107- - ' lib/puppet/parser/functions/loadjson.rb'
108- - ' lib/puppet/parser/functions/loadyaml.rb'
109- - ' lib/puppet/parser/functions/num2bool.rb'
110- - ' lib/puppet/parser/functions/validate_cmd.rb'
111-
11294# Offense count: 1
11395# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
11496# SupportedStyles: snake_case, normalcase, non_integer
@@ -136,14 +118,6 @@ Performance/RedundantEqualityComparisonBlock:
136118 Exclude :
137119 - ' lib/puppet/parser/functions/bool2str.rb'
138120
139- # Offense count: 3
140- # This cop supports safe autocorrection (--autocorrect).
141- Performance/StringIdentifierArgument :
142- Exclude :
143- - ' lib/facter/util/puppet_settings.rb'
144- - ' lib/puppet/parser/functions/member.rb'
145- - ' lib/puppet/parser/functions/validate_cmd.rb'
146-
147121# Offense count: 1
148122# This cop supports unsafe autocorrection (--autocorrect-all).
149123Performance/UnfreezeString :
@@ -155,23 +129,6 @@ Performance/UnfreezeString:
155129RSpec/BeEq :
156130 Enabled : false
157131
158- # Offense count: 2
159- # This cop supports safe autocorrection (--autocorrect).
160- # Configuration parameters: EnforcedStyle.
161- # SupportedStyles: be, be_nil
162- RSpec/BeNil :
163- Exclude :
164- - ' spec/functions/seeded_rand_string_spec.rb'
165- - ' spec/unit/facter/root_home_spec.rb'
166-
167- # Offense count: 2
168- # This cop supports safe autocorrection (--autocorrect).
169- # Configuration parameters: EnforcedStyle.
170- # SupportedStyles: be_a, be_kind_of
171- RSpec/ClassCheck :
172- Exclude :
173- - ' spec/functions/type_of_spec.rb'
174-
175132# Offense count: 36
176133# Configuration parameters: Prefixes, AllowedPatterns.
177134# Prefixes: when, with, without
0 commit comments