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

12 lines
167 B
YAML

inherit_gem:
google-style: google-style.yml
AllCops:
Exclude:
- "spec/**/*"
- "Rakefile"
Metrics/ClassLength:
Max: 110
Metrics/ModuleLength:
Max: 110