Sha256: 5386aca71d4f666c659b1e49c7050895ea9c779addbe408d6f231867b3afc916

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 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

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
stashify-microsoft-azure-storage-blob-1.0.1 .rubocop.yml
stashify-aws-s3-1.2.0 .rubocop.yml
stashify-google-cloud-storage-3.1.2 .rubocop.yml
stashify-google-cloud-storage-3.1.1 .rubocop.yml