Sha256: 55ca4d78b690af89f83043dfd92451e8a43c3937b4b3c49fc73f038651bc3544

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

AllCops:
  Exclude:
    - config/unicorn.rb
    - db/schema.rb
    - vendor/**/*
    - bin/**
    - lib/tasks/sample.rake
  RunRailsCops: true

ClassLength:
  Max: 300

MethodLength:
  Max: 50

Documentation:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/AbcSize:
  Max: 38

Style/GlobalVars:
  AllowedVariables: [$evm]

Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jellyfish_fog_aws-0.3.0 .ruby-style.yml
jellyfish_fog_aws-0.2.2 .ruby-style.yml