2019-03-15 19:34:54 +00:00
|
|
|
inherit_gem:
|
|
|
|
google-style: google-style.yml
|
|
|
|
|
2017-07-12 22:04:03 +00:00
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- "spec/**/*"
|
2019-02-22 18:38:05 +00:00
|
|
|
- "Rakefile"
|
2019-10-11 17:56:55 +00:00
|
|
|
- "rakelib/**/*"
|
2017-07-12 22:04:03 +00:00
|
|
|
Metrics/ClassLength:
|
2019-03-15 19:34:54 +00:00
|
|
|
Max: 110
|
2019-05-07 23:56:17 +00:00
|
|
|
Exclude:
|
|
|
|
- "lib/googleauth/credentials.rb"
|
2019-03-15 19:34:54 +00:00
|
|
|
Metrics/ModuleLength:
|
2019-03-27 17:55:08 +00:00
|
|
|
Max: 110
|
2019-04-04 17:21:27 +00:00
|
|
|
Metrics/BlockLength:
|
|
|
|
Exclude:
|
|
|
|
- "googleauth.gemspec"
|
2019-07-26 15:19:06 +00:00
|
|
|
Style/SafeNavigation:
|
|
|
|
Enabled: false
|