.rubocop.yml in head_music-0.24.1 vs .rubocop.yml in head_music-0.24.2

- old
+ new

@@ -1,5 +1,9 @@ +AllCops: + NewCops: enable + TargetRubyVersion: 2.5 + Layout/DotPosition: EnforcedStyle: trailing Layout/LineLength: Max: 120 @@ -31,11 +35,8 @@ Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma - -AllCops: - TargetRubyVersion: 2.4 Layout/EmptyLineAfterGuardClause: Enabled: false