Sha256: 9992a53ad1b56652747d2fb84917023a95cf5f51fbb25bc286d1aa170341d65a
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 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/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.31.5 | .rubocop.yml |