Sha256: f4732d924af013bcbeb0abbf4691f25d7ea219659bb15126826bac56ef99bd3c
Contents?: true
Size: 636 Bytes
Versions: 14
Compression:
Stored size: 636 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/**/*' - 'lib/twilio-ruby/util/configuration.rb' 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
14 entries across 14 versions & 1 rubygems