11# This configuration was generated by
22# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
3- # using RuboCop version 1.79 .0.
3+ # using RuboCop version 1.80 .0.
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
@@ -11,7 +11,6 @@ I18n/GetText/DecorateFunctionMessage:
1111 Enabled : false
1212
1313# This cop supports safe autocorrection (--autocorrect).
14- # Configuration parameters: AutoCorrect.
1514I18n/GetText/DecorateString :
1615 Enabled : false
1716
@@ -130,19 +129,13 @@ Lint/ToJSON:
130129 - ' lib/puppet/pops/serialization/json.rb'
131130
132131# This cop supports safe autocorrection (--autocorrect).
133- # Configuration parameters: AutoCorrect, AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods, NotImplementedExceptions.
132+ # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods, NotImplementedExceptions.
134133# NotImplementedExceptions: NotImplementedError
135134Lint/UnusedMethodArgument :
136135 Enabled : false
137136
138137# This cop supports safe autocorrection (--autocorrect).
139- # Configuration parameters: AutoCorrect.
140- Lint/UselessAssignment :
141- Exclude :
142- - ' lib/puppet/application/face_base.rb'
143-
144- # This cop supports safe autocorrection (--autocorrect).
145- # Configuration parameters: AutoCorrect, CheckForMethodsWithNoSideEffects.
138+ # Configuration parameters: CheckForMethodsWithNoSideEffects.
146139Lint/Void :
147140 Exclude :
148141 - ' lib/puppet/type/schedule.rb'
@@ -324,7 +317,7 @@ Style/DoubleNegation:
324317 - ' lib/puppet/util/feature.rb'
325318
326319# This cop supports safe autocorrection (--autocorrect).
327- # Configuration parameters: AutoCorrect, EnforcedStyle, AllowComments.
320+ # Configuration parameters: EnforcedStyle, AllowComments.
328321# SupportedStyles: empty, nil, both
329322Style/EmptyElse :
330323 Enabled : false
@@ -341,7 +334,7 @@ Style/EmptyLiteral:
341334 - ' lib/puppet/type.rb'
342335
343336# This cop supports safe autocorrection (--autocorrect).
344- # Configuration parameters: AutoCorrect, EnforcedStyle.
337+ # Configuration parameters: EnforcedStyle.
345338# SupportedStyles: compact, expanded
346339Style/EmptyMethod :
347340 Enabled : false
@@ -496,7 +489,6 @@ Style/MultilineMemoization:
496489 Exclude :
497490 - ' lib/puppet/application.rb'
498491 - ' lib/puppet/pops/types/types.rb'
499- - ' lib/puppet/type.rb'
500492
501493# This cop supports safe autocorrection (--autocorrect).
502494Style/MultilineTernaryOperator :
@@ -574,6 +566,11 @@ Style/RedundantParentheses:
574566 - ' lib/puppet/type/tidy.rb'
575567 - ' lib/puppet/util/windows/com.rb'
576568
569+ # This cop supports unsafe autocorrection (--autocorrect-all).
570+ Style/RedundantSort :
571+ Exclude :
572+ - ' lib/puppet/provider/package/nim.rb'
573+
577574# This cop supports safe autocorrection (--autocorrect).
578575# Configuration parameters: EnforcedStyle.
579576# SupportedStyles: implicit, explicit
0 commit comments