.rubocop_todo.yml in ykxutils-0.1.13 vs .rubocop_todo.yml in ykxutils-0.1.14

- old
+ new

@@ -1,30 +1,21 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-02-06 17:44:56 UTC using RuboCop version 1.59.0. +# on 2024-07-03 23:05:09 UTC using RuboCop version 1.59.0. # 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: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. -# Include: **/*.gemfile, **/Gemfile, **/gems.rb -Bundler/OrderedGems: +# Configuration parameters: Width, AllowedPatterns. +Layout/IndentationWidth: Exclude: -# - 'Gemfile' + - 'spec/ykxutils_spec.rb' # Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: final_newline, final_blank_line -Layout/TrailingEmptyLines: - Exclude: -# - 'Gemfile' - -# Offense count: 1 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: Max: 19 # Offense count: 3 @@ -41,9 +32,8 @@ # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 8 # Offense count: 1 -# Configuration parameters: AssignmentOnly. -RSpec/InstanceVariable: - Exclude: -# - 'spec/ykxutils_spec.rb' +# Configuration parameters: AllowSubject. +RSpec/MultipleMemoizedHelpers: + Max: 6