11# This configuration was generated by
22# `rubocop --auto-gen-config --no-auto-gen-timestamp`
3- # using RuboCop version 1.79.2 .
3+ # using RuboCop version 1.81.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
77# versions of RuboCop, may require this file to be generated again.
88
9+ # Offense count: 1
10+ # This cop supports safe autocorrection (--autocorrect).
11+ # Configuration parameters: EnforcedStyleAlignWith, Severity.
12+ # SupportedStylesAlignWith: start_of_line, begin
13+ Layout/BeginEndAlignment :
14+ Exclude :
15+ - ' lib/bolt/plugin.rb'
16+
917# Offense count: 14
1018# This cop supports safe autocorrection (--autocorrect).
1119Layout/ClosingHeredocIndentation :
@@ -308,7 +316,6 @@ RSpec/Be:
308316
309317# Offense count: 2
310318# This cop supports safe autocorrection (--autocorrect).
311- # Configuration parameters: AutoCorrect.
312319RSpec/BeEmpty :
313320 Exclude :
314321 - ' spec/unit/project_manager/module_migrator_spec.rb'
@@ -435,7 +442,7 @@ RSpec/ImplicitSubject:
435442 Enabled : false
436443
437444# Offense count: 71
438- # This cop supports safe autocorrection (--autocorrect).
445+ # This cop supports unsafe autocorrection (--autocorrect-all ).
439446RSpec/IncludeExamples :
440447 Enabled : false
441448
@@ -456,6 +463,7 @@ RSpec/InstanceVariable:
456463 Enabled : false
457464
458465# Offense count: 11
466+ # This cop supports safe autocorrection (--autocorrect).
459467RSpec/IteratedExpectation :
460468 Exclude :
461469 - ' spec/integration/parallel_spec.rb'
@@ -607,7 +615,6 @@ RSpec/RepeatedExampleGroupDescription:
607615
608616# Offense count: 12
609617# This cop supports safe autocorrection (--autocorrect).
610- # Configuration parameters: AutoCorrect.
611618RSpec/ScatteredLet :
612619 Exclude :
613620 - ' bolt-modules/boltlib/spec/functions/set_resources_spec.rb'
@@ -623,14 +630,11 @@ RSpec/SortMetadata:
623630 - ' spec/integration/inventory_spec.rb'
624631
625632# Offense count: 78
626- # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
627- # Include: **/*_spec.rb
633+ # Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
628634RSpec/SpecFilePathFormat :
629635 Enabled : false
630636
631637# Offense count: 3
632- # Configuration parameters: Include.
633- # Include: **/*_spec*rb*, **/spec/**/*
634638RSpec/SpecFilePathSuffix :
635639 Exclude :
636640 - ' bolt-modules/boltlib/spec/functions/puppetdb_fact.rb'
@@ -1112,7 +1116,7 @@ Style/TernaryParentheses:
11121116# Offense count: 522
11131117# This cop supports safe autocorrection (--autocorrect).
11141118# Configuration parameters: EnforcedStyleForMultiline.
1115- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
1119+ # SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
11161120Style/TrailingCommaInArguments :
11171121 Enabled : false
11181122
0 commit comments