.rubocop_todo.yml in cocoapods-keys-2.2.1 vs .rubocop_todo.yml in cocoapods-keys-2.3.0

- old
+ new

@@ -21,18 +21,18 @@ Lint/Void: Enabled: false # Offense count: 38 # Configuration parameters: AllowURI, URISchemes. -Metrics/LineLength: +Layout/LineLength: Max: 173 # Offense count: 1 Metrics/PerceivedComplexity: Max: 9 # Offense count: 4 -Style/AccessorMethodName: +Naming/AccessorMethodName: Enabled: false # Offense count: 1 Style/RescueModifier: Enabled: false