Sha256: bc1a1c1ddce6733e7118290676c7968299483ef7cd616f08eac08c6a8d37f2e2
Contents?: true
Size: 899 Bytes
Versions: 4
Compression:
Stored size: 899 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Exclude: - 'lib/twilio-ruby/rest/**/*' - 'spec/integration/**/*' - 'lib/twilio-ruby/version.rb' - '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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
whoosh-ruby-0.1.5 | .rubocop.yml |
whoosh-ruby-0.1.4 | .rubocop.yml |
whoosh-ruby-0.1.2 | .rubocop.yml |
whoosh-ruby-0.1.1 | .rubocop.yml |