.rubocop.yml in head_music-0.23.4 vs .rubocop.yml in head_music-0.24.0

- old
+ new

@@ -1,18 +1,18 @@ Layout/DotPosition: EnforcedStyle: trailing +Layout/LineLength: + Max: 120 + Metrics/BlockLength: Exclude: - 'Gemfile' - 'Rakefile' - 'spec/**/*.rb' Metrics/ClassLength: Max: 155 - -Metrics/LineLength: - Max: 120 Style/ClassAndModuleChildren: EnforcedStyle: compact Style/HashEachMethods: