Sha256: e80f33cf0ec40623f3830e4af0510d824128d8889cb5bc4becca3f9b7c274c1e
Contents?: true
Size: 929 Bytes
Versions: 5
Compression:
Stored size: 929 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Exclude: - 'lib/gupshup-rb/rest/**/*' - 'spec/integration/**/*' - 'lib/gupshup-rb/version.rb' - 'lib/gupshup-rb/twiml/**/*' - 'lib/gupshup-rb/util/configuration.rb' - 'vendor/**/*' Layout/LineLength: Max: 120 Exclude: - 'spec/**/*' Style/BlockDelimiters: Exclude: - 'spec/**/*' Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' - gupshup-rb.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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gupshup-rb-0.1.8.4 | .rubocop.yml |
gupshup-rb-0.1.8.3 | .rubocop.yml |
gupshup-rb-0.1.8.2 | .rubocop.yml |
gupshup-rb-0.1.8.1 | .rubocop.yml |
gupshup-rb-0.1.8 | .rubocop.yml |