.rubocop.yml in smart_energy_group-0.0.2 vs .rubocop.yml in smart_energy_group-0.0.3

- old
+ new

@@ -10,9 +10,12 @@ Enabled: false Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma +Metrics/MethodLength: + Max: 15 + Metrics/LineLength: Max: 120 Style/ModuleFunction: Enabled: false