.rubocop_todo.yml in puppet-modulebuilder-1.0.0 vs .rubocop_todo.yml in puppet-modulebuilder-1.1.0

- old
+ new

@@ -1,49 +1,18 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-04-18 09:21:48 UTC using RuboCop version 1.50.2. +# on 2024-06-28 12:03:58 UTC using RuboCop version 1.64.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: Severity, Include. -# Include: **/*.gemspec -Gemspec/RequireMFA: +Lint/MixedRegexpCaptureTypes: Exclude: - - 'puppet-modulebuilder.gemspec' + - 'Gemfile' -# Offense count: 1 -# Configuration parameters: Severity, Include. -# Include: **/*.gemspec -Gemspec/RequiredRubyVersion: - Exclude: - - 'puppet-modulebuilder.gemspec' - -# Offense count: 5 -# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. -Metrics/AbcSize: - Max: 31 - -# Offense count: 1 -# Configuration parameters: CountComments, CountAsOne. -Metrics/ClassLength: - Max: 255 - -# Offense count: 6 -# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. -Metrics/MethodLength: - Max: 25 - -# Offense count: 1 -# Configuration parameters: MinSize. -Performance/CollectionLiteralInLoop: - Exclude: - - 'spec/acceptance/puppet/modulebuilder/builder_spec.rb' - # Offense count: 4 # Configuration parameters: Prefixes, AllowedPatterns. # Prefixes: when, with, without RSpec/ContextWording: Exclude: @@ -80,13 +49,20 @@ # Offense count: 3 # Configuration parameters: AllowedGroups. RSpec/NestedGroups: Max: 5 -# Offense count: 33 +# Offense count: 32 RSpec/SubjectStub: Exclude: - 'spec/unit/puppet/modulebuilder/builder_spec.rb' + +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: AllowedVars. +Style/FetchEnvVar: + Exclude: + - 'Gemfile' # Offense count: 9 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https