Sha256: ed348f46acee5d334e361002ad0b2a065ba05a5209c8ef3740fd2010999a1a6d

Contents?: true

Size: 486 Bytes

Versions: 6

Compression:

Stored size: 486 Bytes

Contents

AllCops:
  Exclude:
    - "spec/**/*"

Metrics/AbcSize:
  Max: 25
Metrics/BlockLength:
  Exclude:
    - "googleauth.gemspec"
Metrics/CyclomaticComplexity:
  Max: 8
Metrics/MethodLength:
  Max: 20
Metrics/ClassLength:
  Enabled: false
Layout/IndentHeredoc:
  Enabled: false
Style/FormatString:
  Enabled: false
Style/GuardClause:
  Enabled: false
Style/PercentLiteralDelimiters: # Contradicting rule
  Enabled: false
Style/SymbolArray: # Undefined syntax in Ruby 1.9.3
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
googleauth-0.7.1 .rubocop.yml
googleauth-0.6.7 .rubocop.yml
googleauth-0.6.6 .rubocop.yml
googleauth-0.6.5 .rubocop.yml
googleauth-0.6.4 .rubocop.yml
googleauth-0.6.3 .rubocop.yml