Sha256: bf7cb8134a6e48f648e8da8c64eaec857dddfe7d64a5a20fb818477f49d68d50

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.0
  Exclude:
    - 'lib/twilio-ruby/rest/**/*'
    - 'spec/integration/**/*'

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

Metrics/ClassLength:
  Max: 175

Metrics/MethodLength:
  Max: 25

Metrics/ParameterLists:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-ruby-5.1.0 .rubocop.yml
twilio-ruby-5.0.0.alpha1 .rubocop.yml
twilio-ruby-5.0.0 .rubocop.yml