.rubocop.yml in mpd_client-0.1.0 vs .rubocop.yml in mpd_client-0.2.0

- old
+ new

@@ -1,5 +1,8 @@ -Metrics/LineLength: +AllCops: + NewCops: enable + +Layout/LineLength: Max: 120 Metrics/AbcSize: Enabled: false