Sha256: 701fbcf8f0f6a2c709a3762ee03963e195846926cc8889be99020b790a69b501
Contents?: true
Size: 676 Bytes
Versions: 49
Compression:
Stored size: 676 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 Layout/IndentHeredoc: 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
49 entries across 49 versions & 1 rubygems