Sha256: dff3aca68550f33ca4cffcbb72b7988203f1dcde9de20b2c9f998c1ef770f910

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  AllowedMethods:
    - describe
    - shared_examples

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stashify-3.2.0 .rubocop.yml
stashify-3.1.0 .rubocop.yml