Sha256: 284c6a246cbed597ebe4385491cfb6e042480b6e6b107a584832fe2eb281aff5

Contents?: true

Size: 404 Bytes

Versions: 6

Compression:

Stored size: 404 Bytes

Contents

inherit_from: .rubocop_todo.yml

Encoding:
  Enabled: false

Metrics/ClassLength:
  CountComments: false

Metrics/MethodLength:
  CountComments: false

AllCops:
  Exclude:
    - contentful.gemspec
    - spec/**/*
    - examples/**/*
    - Guardfile
    - Gemfile
    - Rakefile

Metrics/ClassLength:
  Max: 280

Style/MutableConstant:
  Enabled: false

Style/SignalException:
  EnforcedStyle: 'semantic'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
contentful-2.14.0 .rubocop.yml
contentful-2.13.3 .rubocop.yml
contentful-2.13.2 .rubocop.yml
contentful-2.13.1 .rubocop.yml
contentful-2.13.0 .rubocop.yml
contentful-2.12.0 .rubocop.yml