.rubocop_todo.yml in rmagick-5.4.4 vs .rubocop_todo.yml in rmagick-5.5.0

- old
+ new

@@ -4,13 +4,28 @@ # 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: 9 +# Configuration parameters: Include, IgnoredGems. +# Include: **/*.gemfile, **/Gemfile, **/gems.rb +Bundler/GemComment: + Exclude: + - 'Gemfile' + # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: TreatCommentsAsGroupSeparators, Include. +# Include: **/*.gemfile, **/Gemfile, **/gems.rb +Bundler/OrderedGems: + Exclude: + - 'Gemfile' + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: TreatCommentsAsGroupSeparators, Include. # Include: **/*.gemspec Gemspec/OrderedDependencies: Exclude: - 'rmagick.gemspec' @@ -24,11 +39,10 @@ - 'lib/rmagick_internal.rb' - 'lib/rvg/embellishable.rb' - 'lib/rvg/misc.rb' - 'lib/rvg/pathdata.rb' - 'lib/rvg/rvg.rb' - - 'lib/rvg/to_c.rb' # Offense count: 2312 # Cop supports --auto-correct. Layout/MultilineArrayLineBreaks: Exclude: @@ -77,11 +91,10 @@ - 'doc/ex/stegano.rb' - 'examples/describe.rb' - 'examples/thumbnail.rb' - 'lib/rmagick_internal.rb' - 'lib/rvg/misc.rb' - - 'lib/rvg/to_c.rb' - 'spec/magick_spec.rb' - 'spec/rmagick/align_type/class_methods/values_spec.rb' - 'spec/rmagick/enum/bitwise_or_spec.rb' - 'spec/rmagick/enum/to_i_spec.rb' - 'spec/rmagick/image/export_pixels_spec.rb' @@ -125,11 +138,11 @@ Max: 4 # Offense count: 9 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 460 + Max: 469 # Offense count: 21 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 42 @@ -223,14 +236,9 @@ Exclude: - 'lib/rmagick_internal.rb' - 'spec/rmagick/draw/marshal_dump_spec.rb' - 'spec/rmagick/image/marshal_spec.rb' - 'spec/rmagick/image_list/marshal_spec.rb' - -# Offense count: 1 -Style/AutoResourceCleanup: - Exclude: - - 'lib/rvg/to_c.rb' # Offense count: 7 Style/CaseEquality: Exclude: - 'spec/rmagick/enum/case_equality_spec.rb'