Sha256: 6c39eecaf3a8c8b7118a9f8c19c411437d864315aa4fee89c6e9a8baa544ab88

Contents?: true

Size: 438 Bytes

Versions: 6

Compression:

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

Metrics/ParameterLists:
  Max: 6

Style/MutableConstant:
  Enabled: false

Style/SignalException:
  EnforcedStyle: 'semantic'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
contentful-2.16.0 .rubocop.yml
contentful-2.15.4 .rubocop.yml
contentful-2.15.3 .rubocop.yml
contentful-2.15.2 .rubocop.yml
contentful-2.15.1 .rubocop.yml
contentful-2.15.0 .rubocop.yml