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

20 lines
335 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"
- "rakelib/**/*"
Metrics/ClassLength:
2019-03-15 19:34:54 +00:00
Max: 110
Exclude:
- "lib/googleauth/credentials.rb"
2019-03-15 19:34:54 +00:00
Metrics/ModuleLength:
Max: 110
Metrics/BlockLength:
Exclude:
- "googleauth.gemspec"
Style/SafeNavigation:
Enabled: false