Sha256: 4b6d029af7bcc71123b6f4677ae5c5565d808fe431f7c8177c5b69bdc5eccfd9

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'dayman.gemspec'

Lint/AssignmentInCondition:
  Enabled: false

Metrics/AbcSize:
  Max: 20

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'spec/**/*.rb'

Metrics/MethodLength:
  Max: 15

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/Documentation:
  Enabled: false

Style/PredicateName:
  NameWhitelist:
    - 'has_one'
    - 'has_many'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dayman-0.1.2 .rubocop.yml
dayman-0.1.1 .rubocop.yml