Sha256: f1d0f48c79f0cd510adff85ebe84145a1f51984e0ed83e4900550d1a90e7511f

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

inherit_gem:
  google-style: google-style.yml

AllCops:
  Exclude:
    - "spec/**/*"
    - "Rakefile"
Metrics/ClassLength:
  Max: 110
  Exclude:
    - "lib/googleauth/credentials.rb"
Metrics/ModuleLength:
  Max: 110
Metrics/BlockLength:
  Exclude:
    - "googleauth.gemspec"
Style/SafeNavigation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
googleauth-0.10.0 .rubocop.yml