.rubocop_todo.yml in rmagick-3.1.0 vs .rubocop_todo.yml in rmagick-3.2.0
- old
+ new
@@ -103,10 +103,11 @@
- 'lib/rmagick_internal.rb'
- 'lib/rvg/misc.rb'
- 'lib/rvg/to_c.rb'
- 'test/Import_Export.rb'
- 'test/Enum.rb'
+ - 'test/lib/internal/Geometry.rb'
# Offense count: 1
Lint/RescueException:
Exclude:
- 'lib/rmagick_internal.rb'
@@ -366,10 +367,11 @@
- 'test/ImageList2.rb'
Style/CaseEquality:
Exclude:
- 'test/Enum.rb'
+ - 'test/Pixel.rb'
# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: nested, compact
@@ -421,9 +423,13 @@
# Offense count: 4
Style/EvalWithLocation:
Exclude:
- 'lib/rmagick_internal.rb'
- 'lib/rvg/units.rb'
+
+Style/FormatString:
+ Exclude:
+ - 'examples/identify.rb'
# Offense count: 158
# Configuration parameters: EnforcedStyle.
# SupportedStyles: annotated, template, unannotated
Style/FormatStringToken: