Sha256: 872fd4433e1a9bade103d7058b0b8f7e6e3420739072379d5ecb7a3161defaae

Contents?: true

Size: 590 Bytes

Versions: 4

Compression:

Stored size: 590 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.0
  Exclude:
    - 'lib/twilio-ruby/rest/**/*'
    - 'spec/integration/**/*'
    - 'lib/twilio-ruby/version.rb'
    - 'lib/twilio-ruby/twiml/**/*'

Metrics/LineLength:
  Max: 120
  Exclude:
    - 'spec/**/*'

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

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Max: 175

Metrics/MethodLength:
  Max: 25

Metrics/ParameterLists:
  Max: 20

Metrics/AbcSize:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twilio-ruby-5.3.0 .rubocop.yml
twilio-ruby-5.2.3 .rubocop.yml
twilio-ruby-5.2.2 .rubocop.yml
twilio-ruby-5.2.1 .rubocop.yml