Sha256: b2bb593f2685a6ca5891b293a76f3aca8ad037ba57eddfdf9c9a73a1d51cadac
Contents?: true
Size: 934 Bytes
Versions: 3
Compression:
Stored size: 934 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.4 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.63.0 | .rubocop.yml |
twilio-ruby-5.62.0 | .rubocop.yml |
twilio-ruby-5.61.2 | .rubocop.yml |