.rubocop_todo.yml in rspec-puppet-facts-3.0.0 vs .rubocop_todo.yml in rspec-puppet-facts-4.0.0

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-07-06 14:12:32 UTC using RuboCop version 1.50.2. +# on 2024-06-09 17:48:43 UTC using RuboCop version 1.63.5. # 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. @@ -10,11 +10,11 @@ # This cop supports unsafe autocorrection (--autocorrect-all). Performance/MapCompact: Exclude: - 'lib/rspec-puppet-facts.rb' -# Offense count: 32 +# Offense count: 29 # Configuration parameters: Prefixes, AllowedPatterns. # Prefixes: when, with, without RSpec/ContextWording: Exclude: - 'spec/rspec_puppet_facts_spec.rb' @@ -27,11 +27,11 @@ # Offense count: 1 RSpec/ExpectInHook: Exclude: - 'spec/rspec_puppet_facts_spec.rb' -# Offense count: 20 +# Offense count: 8 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: single_line_only, single_statement_only, disallow, require_implicit RSpec/ImplicitSubject: Exclude: @@ -50,18 +50,18 @@ # Offense count: 4 RSpec/MultipleExpectations: Max: 2 -# Offense count: 46 +# Offense count: 40 # Configuration parameters: EnforcedStyle, IgnoreSharedExamples. # SupportedStyles: always, named_only RSpec/NamedSubject: Exclude: - 'spec/rspec_puppet_facts_spec.rb' -# Offense count: 14 +# Offense count: 13 # Configuration parameters: AllowedGroups. RSpec/NestedGroups: Max: 6 # Offense count: 1 @@ -72,5 +72,62 @@ # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). Rake/Desc: Exclude: - 'Rakefile' + +# Offense count: 6 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: EnforcedStyle. +# SupportedStyles: always, always_true, never +Style/FrozenStringLiteralComment: + Exclude: + - 'Gemfile' + - 'Rakefile' + - 'lib/rspec-puppet-facts.rb' + - 'lib/rspec-puppet-facts/version.rb' + - 'spec/rspec_puppet_facts_spec.rb' + - 'spec/spec_helper.rb' + +# Offense count: 1 +Style/MixinUsage: + Exclude: + - 'spec/spec_helper.rb' + +# Offense count: 3 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: EnforcedStyle. +# SupportedStyles: literals, strict +Style/MutableConstant: + Exclude: + - 'lib/rspec-puppet-facts.rb' + - 'lib/rspec-puppet-facts/version.rb' + - 'spec/rspec_puppet_facts_spec.rb' + +# Offense count: 1 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: Methods. +Style/RedundantArgument: + Exclude: + - 'lib/rspec-puppet-facts.rb' + +# Offense count: 1 +# This cop supports unsafe autocorrection (--autocorrect-all). +Style/RedundantSort: + Exclude: + - 'lib/rspec-puppet-facts.rb' + +# Offense count: 2 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength. +# AllowedMethods: present?, blank?, presence, try, try! +Style/SafeNavigation: + Exclude: + - 'lib/rspec-puppet-facts.rb' + +# Offense count: 2 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: RequireEnglish, EnforcedStyle. +# SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names +Style/SpecialGlobalVars: + Exclude: + - 'lib/rspec-puppet-facts.rb'