Sha256: 256b27747f19aecf8f6a18e857093067aaa15579c43e785b5fdd53916678b411
Contents?: true
Size: 934 Bytes
Versions: 44
Compression:
Stored size: 934 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.6 Exclude: - 'lib/twilio-ruby/rest/**/*' - 'spec/integration/**/*' - 'lib/twilio-ruby/version.rb' - 'lib/twilio-ruby/twiml/**/*' - 'lib/twilio-ruby/util/configuration.rb' - 'vendor/**/*' Layout/LineLength: Max: 120 Exclude: - 'spec/**/*' Style/BlockDelimiters: Exclude: - 'spec/**/*' Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' - twilio-ruby.gemspec Layout/HeredocIndentation: 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 Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: false
Version data entries
44 entries across 44 versions & 1 rubygems