Sha256: fe29f491f8478c226dcb747d6a525b828c3b08b6f7588980e02149cd918e3920
Contents?: true
Size: 661 Bytes
Versions: 8
Compression:
Stored size: 661 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' - 'vendor/**/*' Metrics/LineLength: Max: 120 Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' 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
8 entries across 8 versions & 1 rubygems