Sha256: 4faab37b56afc0d46319ae35482b5860db099579a9d582a98b5a5a3714627b33

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/ParameterLists:
  Max: 6

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/MethodLength:
  Max: 12

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deploy_horoscope-0.1.2 .rubocop.yml
deploy_horoscope-0.1.1 .rubocop.yml
deploy_horoscope-0.1.0 .rubocop.yml