Sha256: 5d5c8a0034ac80abad229c46092441073bc12d1d6f8629d9102693f9a577a45c

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

AllCops:
 TargetRubyVersion: 2.4.1
 Exclude:
   - db/**/*
   - out/**/*
   - tmp/**/*
   - bin/**/*
   - spec/fixtures/**/*
   - spec/dummy/**/*

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Metrics/MethodLength:
  Exclude:
    - config/routes/*

Metrics/LineLength:
  Max: 120

Metrics/BlockLength:
  CountComments: false  # count full line comments?
  Max: 25
  ExcludedMethods: ['describe', 'context', 'it', 'class_eval']
  Exclude:
    - config/**/*
    - config/routes/*

Metrics/AbcSize:
  Exclude:
    - config/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_devices-1.2.0 .rubocop.yml