Sha256: e7ce1b507a7c61fbbe936fb028d013553f1a8ae52df26f54184099773b36b4ee

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

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.2 .rubocop.yml
stashify-3.2.1 .rubocop.yml