Sha256: 7d03733a809db14b451021cfccb1271ffd7748e1d6247bef3e3c7a81b5f249e9

Contents?: true

Size: 686 Bytes

Versions: 10

Compression:

Stored size: 686 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'Gemfile'
    - 'Rakefile'
    - 'spec/**/*.rb'

Metrics/ClassLength:
  Max: 155

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/HashEachMethods:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Style/SymbolArray:
  Enabled: true

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Layout/EmptyLineAfterGuardClause:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
head_music-0.27.0 .rubocop.yml
head_music-0.26.3 .rubocop.yml
head_music-0.26.2 .rubocop.yml
head_music-0.26.1 .rubocop.yml
head_music-0.26.0 .rubocop.yml
head_music-0.25.0 .rubocop.yml
head_music-0.24.5 .rubocop.yml
head_music-0.24.4 .rubocop.yml
head_music-0.24.3 .rubocop.yml
head_music-0.24.2 .rubocop.yml