Sha256: 75e685478115a36b713a5040732e37b2ffa8c65cb3369cbbe24a3e493ed07fd0

Contents?: true

Size: 472 Bytes

Versions: 4

Compression:

Stored size: 472 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/*'
    - 'db/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.3

Documentation:
  Enabled: false

Lint/HandleExceptions:
  Exclude:
    - Rakefile

Metrics/LineLength:
  Max: 120

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/MethodLength:
  Exclude:
    - 'spec/features/*'
    - 'spec/requests/*'

Metrics/AbcSize:
  Exclude:
    - 'spec/features/*'
    - 'spec/requests/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telephone_appointments-0.2.1 .rubocop.yml
telephone_appointments-0.2.0 .rubocop.yml
telephone_appointments-0.1.1 .rubocop.yml
telephone_appointments-0.1.0 .rubocop.yml