1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
3
- # using RuboCop version 1.75.5 .
3
+ # using RuboCop version 1.79.0 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -29,6 +29,12 @@ Layout/EmptyLinesAroundMethodBody:
29
29
- ' lib/puppet/transaction/event.rb'
30
30
- ' lib/puppet/util/windows/file.rb'
31
31
32
+ # This cop supports safe autocorrection (--autocorrect).
33
+ Layout/SpaceAroundKeyword :
34
+ Exclude :
35
+ - ' lib/puppet/provider/package/portage.rb'
36
+ - ' lib/puppet/type/file.rb'
37
+
32
38
# This cop supports safe autocorrection (--autocorrect).
33
39
# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator, EnforcedStyleForRationalLiterals.
34
40
# SupportedStylesForExponentOperator: space, no_space
@@ -129,6 +135,12 @@ Lint/ToJSON:
129
135
Lint/UnusedMethodArgument :
130
136
Enabled : false
131
137
138
+ # This cop supports safe autocorrection (--autocorrect).
139
+ # Configuration parameters: AutoCorrect.
140
+ Lint/UselessAssignment :
141
+ Exclude :
142
+ - ' lib/puppet/application/face_base.rb'
143
+
132
144
# This cop supports safe autocorrection (--autocorrect).
133
145
# Configuration parameters: AutoCorrect, CheckForMethodsWithNoSideEffects.
134
146
Lint/Void :
@@ -252,8 +264,8 @@ Style/CaseEquality:
252
264
# This cop supports unsafe autocorrection (--autocorrect-all).
253
265
# Configuration parameters: EnforcedStyle, EnforcedStyleForClasses, EnforcedStyleForModules.
254
266
# SupportedStyles: nested, compact
255
- # SupportedStylesForClasses: , nested, compact
256
- # SupportedStylesForModules: , nested, compact
267
+ # SupportedStylesForClasses: ~ , nested, compact
268
+ # SupportedStylesForModules: ~ , nested, compact
257
269
Style/ClassAndModuleChildren :
258
270
Enabled : false
259
271
@@ -532,12 +544,6 @@ Style/NumericPredicate:
532
544
Style/OptionalBooleanParameter :
533
545
Enabled : false
534
546
535
- # This cop supports safe autocorrection (--autocorrect).
536
- # Configuration parameters: PreferredDelimiters.
537
- Style/PercentLiteralDelimiters :
538
- Exclude :
539
- - ' lib/puppet/util.rb'
540
-
541
547
# This cop supports safe autocorrection (--autocorrect).
542
548
# Configuration parameters: AllowedMethods.
543
549
# AllowedMethods: nonzero?
@@ -556,7 +562,6 @@ Style/RedundantParentheses:
556
562
- ' lib/puppet/application/agent.rb'
557
563
- ' lib/puppet/application/face_base.rb'
558
564
- ' lib/puppet/graph/rb_tree_map.rb'
559
- - ' lib/puppet/module_tool/contents_description.rb'
560
565
- ' lib/puppet/module_tool/shared_behaviors.rb'
561
566
- ' lib/puppet/pops/parser/lexer_support.rb'
562
567
- ' lib/puppet/provider/package/aix.rb'
@@ -723,7 +728,7 @@ Style/ZeroLengthPredicate:
723
728
Enabled : false
724
729
725
730
# This cop supports safe autocorrection (--autocorrect).
726
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
731
+ # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
727
732
# URISchemes: http, https
728
733
Layout/LineLength :
729
734
Max : 582
0 commit comments