Sha256: 554adf71d00a45a27b6a7da92b3aa7153b1c309e8649e83aef8059f135aa3bf6
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.0 Exclude: - 'lib/twilio-ruby/rest/**/*' - 'spec/integration/**/*' - 'lib/twilio-ruby/version.rb' Metrics/LineLength: Max: 120 Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/AbcSize: Enabled: false Metrics/ClassLength: Max: 175 Metrics/MethodLength: Max: 25 Metrics/ParameterLists: Max: 20
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.1.2 | .rubocop.yml |
twilio-ruby-5.1.1 | .rubocop.yml |