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

20 lines
329 B
YAML
Raw Permalink Normal View History

2019-03-15 19:34:54 +00:00
inherit_gem:
google-style: google-style.yml
AllCops:
Exclude:
2019-02-22 18:38:05 +00:00
- "Rakefile"
2020-06-17 15:13:42 +00:00
- "integration/**/*"
- "rakelib/**/*"
2020-06-17 15:13:42 +00:00
- "spec/**/*"
- "test/**/*"
Metrics/ClassLength:
Max: 200
2019-03-15 19:34:54 +00:00
Metrics/ModuleLength:
Max: 110
Metrics/BlockLength:
Exclude:
- "googleauth.gemspec"
Style/SafeNavigation:
Enabled: false