google-auth-library-ruby/.rubocop.yml

20 lines
335 B
YAML

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