Sha256: 4643cfaa91762524a1bc353ebfdbcaa2df2828dbb9600504bdd8661d703075df

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 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
Style/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

5 entries across 5 versions & 1 rubygems

Version Path
googleauth-0.6.2 .rubocop.yml
googleauth-0.6.1 .rubocop.yml
googleauth-0.6.0 .rubocop.yml
googleauth-0.5.3 .rubocop.yml
googleauth-0.5.2 .rubocop.yml