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

12 lines
167 B
YAML
Raw Normal View History

2019-03-15 19:34:54 +00:00
inherit_gem:
google-style: google-style.yml
AllCops:
Exclude:
- "spec/**/*"
2019-02-22 18:38:05 +00:00
- "Rakefile"
Metrics/ClassLength:
2019-03-15 19:34:54 +00:00
Max: 110
Metrics/ModuleLength:
Max: 110